Skip to content

Commit 16e47a8

Browse files
committed
refs and cleanup
1 parent b03d6ba commit 16e47a8

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/Verify.ImageSharp/InfoBuilder.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using SixLabors.ImageSharp;
2-
3-
static class InfoBuilder
1+
static class InfoBuilder
42
{
53
public static object GetInfo(this Image image)
64
{

src/Verify.ImageSharp/VerifyImageSharp.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using SixLabors.ImageSharp;
2-
using SixLabors.ImageSharp.Formats;
3-
using SixLabors.ImageSharp.Formats.Bmp;
4-
using SixLabors.ImageSharp.Formats.Gif;
5-
using SixLabors.ImageSharp.Formats.Jpeg;
1+
using SixLabors.ImageSharp.Formats.Jpeg;
62
using SixLabors.ImageSharp.Formats.Png;
73
using SixLabors.ImageSharp.Formats.Tiff;
84

0 commit comments

Comments
 (0)