Skip to content

Commit 54c4ad2

Browse files
authored
Fix spaces after conflicts
1 parent 3f95c60 commit 54c4ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.Common/Tools/DotNet/DotNetAliases.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,7 @@ public static IEnumerable<string> DotNetSlnList(this ICakeContext context, FileP
29732973
var lister = new DotNetSlnLister(context.FileSystem, context.Environment, context.ProcessRunner, context.Tools);
29742974
return lister.List(solution, settings);
29752975
}
2976-
2976+
29772977
/// <summary>
29782978
/// Adds one or more projects to the solution file.
29792979
/// </summary>

0 commit comments

Comments
 (0)