Skip to content

Commit c68b94a

Browse files
committed
fix formatting
1 parent 7cfecdf commit c68b94a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitVersionExe/ExecCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void Execute()
8484
RunExecCommandIfNeeded(arguments, arguments.TargetPath, variables, log);
8585
RunMsBuildIfNeeded(arguments, arguments.TargetPath, variables, log);
8686
}
87-
87+
8888
private static bool RunMsBuildIfNeeded(Arguments args, string workingDirectory, VersionVariables variables, ILog log)
8989
{
9090
if (string.IsNullOrEmpty(args.Proj)) return false;

src/GitVersionTask.MsBuild/PlatformAbstraction/Native/PlatformApis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private static DistroInfo LoadDistroInfo()
144144
{
145145
result = NormalizeDistroInfo(result);
146146
}
147-
147+
148148
return result;
149149
}
150150

0 commit comments

Comments
 (0)