Skip to content

Commit cecf488

Browse files
committed
Update Program.cs
1 parent 361d056 commit cecf488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools.CodeOfChaos.Extensions/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Tools.CodeOfChaos.Extensions;
1010
// Code
1111
// ---------------------------------------------------------------------------------------------------------------------
1212
public static class Program {
13-
public async static Task Main(string[] args) {
13+
public static async Task Main(string[] args) {
1414
// Register & Build the parser
1515
// Don't forget to add the current assembly if you built more tools for the current project
1616
CliArgsParser parser = CliArgsBuilder.CreateFromConfig(

0 commit comments

Comments
 (0)