Skip to content

Commit bfe0d25

Browse files
committed
Update CsProjHelpers.cs
1 parent 1ce463e commit bfe0d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeOfChaos.CliArgsParser.Library/Shared/CsProjHelpers.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static async IAsyncEnumerable<XDocument> GetProjectFiles(string[] project
1919
IndentChars = " ",
2020
Async = true,
2121
OmitXmlDeclaration = true,
22-
NewLineOnAttributes = false// Keeps attributes on the same line
22+
NewLineOnAttributes = false // Keeps attributes on the same line
2323
};
2424

2525
foreach (string path in projectPaths) {

0 commit comments

Comments
 (0)