Skip to content

Commit 31fdceb

Browse files
Fix warnings
1 parent 7ff5f98 commit 31fdceb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/ImageSharp.Drawing.Tests/TestUtilities/Attributes/GroupOutputAttribute.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Copyright (c) Six Labors.
1+
// Copyright (c) Six Labors.
22
// Licensed under the Apache License, Version 2.0.
33

4+
using System;
5+
46
namespace SixLabors.ImageSharp.Drawing.Tests
57
{
6-
using System;
7-
88
/// <summary>
99
/// The output produced by this test class should be grouped into the specified subfolder.
1010
/// </summary>
@@ -17,4 +17,4 @@ public GroupOutputAttribute(string subfolder)
1717

1818
public string Subfolder { get; }
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)