Skip to content

Commit 4782f89

Browse files
committed
fix lint violation
1 parent cf5a4ed commit 4782f89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/CommandLine/Json/DiagnosticGitLabJsonSerializer.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ public static void Serialize(
6464
#else
6565
hashBytes = SHA256.HashData(source);
6666
#endif
67-
issueFingerPrint = BitConverter.ToString(hashBytes)
68-
.Replace("-", "")
69-
.ToLowerInvariant();
67+
issueFingerPrint = BitConverter.ToString(hashBytes).ToHexStringLower();
7068

7169
reportItems.Add(new GitLabIssue()
7270
{

0 commit comments

Comments
 (0)