File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CommandLine.DocumentationGenerator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments