Skip to content

Commit 99f2703

Browse files
author
Сергей Трегуб
committed
Untabify
1 parent e0e3729 commit 99f2703

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ProjectTemplates/ReferenceProject/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace ReferenceProject
1111
{
12-
public class Program
12+
public class Program
1313
{
1414
public static int Main(string[] args)
1515
{
@@ -29,9 +29,9 @@ public static int Main(string[] args)
2929
return 1;
3030
}
3131
finally
32-
{
32+
{
3333
Log.CloseAndFlush();
34-
}
34+
}
3535
}
3636

3737
public static IHostBuilder CreateHostBuilder(string[] args) =>

0 commit comments

Comments
 (0)