Skip to content

Commit 219124e

Browse files
committed
dotnet format
1 parent f721781 commit 219124e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/CommandLine.DocumentationGenerator/DocumentationWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public override void WriteOptionDescription(CommandOption option)
4646
}
4747
else
4848
{
49-
_writer.WriteString(description);
49+
_writer.WriteString(description);
5050
}
5151
}
5252

src/CommandLine/Json/DiagnosticGitLabJsonSerializer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ public static void Serialize(
6464
#else
6565
hashBytes = SHA256.HashData(source);
6666
#endif
67-
#pragma warning disable CA1872 // Avoid calling dot notation on the result of a dereferenced pointer
67+
#pragma warning disable CA1872 // Avoid calling dot notation on the result of a dereferenced pointer
6868
issueFingerPrint = BitConverter.ToString(hashBytes)
6969
.Replace("-", "")
7070
.ToLowerInvariant();
71-
#pragma warning restore CA1872 // Avoid calling dot notation on the result of a dereferenced pointer
71+
#pragma warning restore CA1872 // Avoid calling dot notation on the result of a dereferenced pointer
7272

7373
reportItems.Add(new GitLabIssue()
7474
{

0 commit comments

Comments
 (0)