Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswinkler committed Jan 26, 2021
1 parent 405c18d commit 74c7c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sarif.Multitool.Library/RewriteCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public int Run(RewriteOptions options)

string inputVersion = SniffVersion(options.InputFilePath);
if (!inputVersion.Equals(SarifUtilities.StableSarifVersion))
{
{
actualLog = TransformFileToVersionTwo(options.InputFilePath, inputVersion);
}
else
Expand Down

0 comments on commit 74c7c74

Please sign in to comment.