Skip to content

Commit

Permalink
Minor formatting change in main host
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 9, 2025
1 parent 0ed4373 commit be8c0bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hosts/main/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
{
var usage = app.Services.GetRequiredService<LicenseUsageSummary>();
Console.Write(Summary(usage));
{
Console.ReadKey();
}
Console.ReadKey();
});
}

Expand Down

0 comments on commit be8c0bc

Please sign in to comment.