Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Gaardsholt committed Jul 7, 2020
1 parent e6e5789 commit 10660f2
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AppSettings.cs
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ public Settings()
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
.Build();

}

}
4 changes: 4 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -5,8 +5,12 @@

namespace busylight_client
{


static class Program
{


/// <summary>
/// The main entry point for the application.
/// </summary>

0 comments on commit 10660f2

Please sign in to comment.