Skip to content

Commit 10660f2

Browse files
committed
code cleanup
1 parent e6e5789 commit 10660f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

AppSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public Settings()
2424
.SetBasePath(Directory.GetCurrentDirectory())
2525
.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
2626
.Build();
27-
27+
2828
}
2929

3030
}

Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55

66
namespace busylight_client
77
{
8+
9+
810
static class Program
911
{
12+
13+
1014
/// <summary>
1115
/// The main entry point for the application.
1216
/// </summary>

0 commit comments

Comments
 (0)