Skip to content

Commit 07a2151

Browse files
magic5644Copilot
andauthored
Update CodeLineCounter/Utils/HashUtils.cs
Co-authored-by: Copilot <[email protected]>
1 parent f31c89f commit 07a2151

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CodeLineCounter/Utils/HashUtils.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ public static class HashUtils
77
{
88
private static readonly IHashUtils _defaultImplementation = new HashUtilsService();
99

10-
internal static IHashUtils Implementation { get; set; } = _defaultImplementation;
11-
10+
internal static IHashUtils Implementation { get; } = _defaultImplementation;
1211
public static string ComputeHash(string? input)
1312
{
1413
return Implementation.ComputeHash(input);

0 commit comments

Comments
 (0)