Skip to content

Commit e0100e8

Browse files
committed
fix formatting
1 parent fce545f commit e0100e8

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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/NativeMethods.Darwin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

src/GitVersionTask.MsBuild/PlatformAbstraction/Native/NativeMethods.Unix.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

@@ -37,4 +37,4 @@ public unsafe static string GetUname()
3737
}
3838
}
3939
}
40-
#endif
40+
#endif

src/GitVersionTask.MsBuild/PlatformAbstraction/Native/NativeMethods.Windows.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

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

src/GitVersionTask.MsBuild/PlatformAbstraction/Platform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright(c) .NET Foundation and contributors.All rights reserved.
1+
// Copyright(c) .NET Foundation and contributors.All rights reserved.
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
namespace Microsoft.DotNet.PlatformAbstractions

0 commit comments

Comments
 (0)