Skip to content

Commit 9c83d4c

Browse files
author
Сергей Трегуб
committed
code style: Untabify
1 parent fda0c1b commit 9c83d4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ProjectTemplates/ReferenceProject/Program.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ public class Program
1515
public static int Main(string[] args)
1616
{
1717
try
18-
{
18+
{
1919
CreateHostBuilder(args).Build().Run();
2020

2121
return 0;
2222
}
2323
catch(Exception ex)
24-
{
24+
{
2525
var msg = "An unhandled exception occurred. The application will be closed";
2626
Log.Logger?.Fatal(ex, msg);
2727
if( Log.Logger == null )
28-
{
28+
{
2929
Console.WriteLine(msg + Environment.NewLine + ex);
30-
}
30+
}
3131
return 1;
3232
}
3333
}

0 commit comments

Comments
 (0)