Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 5948268

Browse files
author
Immo Landwerth
committed
Fix missing semicolon
1 parent b57e309 commit 5948268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeFormatter/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private static int Main(string[] args)
2929
Console.WriteLine(" <filename> - Only apply changes to files with specified name.");
3030
Console.WriteLine(" <configs> - Additional preprocessor configurations the formatter");
3131
Console.WriteLine(" should run under.");
32-
Console.WriteLine(" <copyright> - Specifies file containing copyright header.")
32+
Console.WriteLine(" <copyright> - Specifies file containing copyright header.");
3333
return -1;
3434
}
3535

0 commit comments

Comments
 (0)