Skip to content

Commit 501c541

Browse files
committed
RECS0014: This class is recommended to be defined as static
1 parent a9d5df9 commit 501c541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ICSharpCode.SharpZipLib.Tests/TestSupport

ICSharpCode.SharpZipLib.Tests/TestSupport/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace ICSharpCode.SharpZipLib.Tests.TestSupport
77
/// <summary>
88
/// Miscellaneous test utilities.
99
/// </summary>
10-
public class Utils
10+
public static class Utils
1111
{
1212

1313
static void Compare(byte[] a, byte[] b)

0 commit comments

Comments
 (0)