This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
ImageSharp
mirror of
https://github.com/SixLabors/ImageSharp
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
fix broken tests
af/merge-core
Scott Williams
9 years ago
parent
f618e17f7a
commit
bdc6fee0e7
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
tests/ImageSharp.Tests/FakeImageOperationsProvider.cs
2
tests/ImageSharp.Tests/FakeImageOperationsProvider.cs
View File
@ -54,7 +54,7 @@
}
else
{
this
.
source
=
source
.
Clone
(
)
;
this
.
source
=
source
?
.
Clone
(
)
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tsai/ImageSharp
Title
Body
Create Issue