Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
angelazhou32 committed Jan 27, 2025
1 parent 76954f5 commit 7f00ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/testing-code/solution/Worker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

// Run worker until cancelled
Console.WriteLine($"Running worker...{client.Connection.Options.Identity}");

try
{
await worker.ExecuteAsync(tokenSource.Token);
Expand Down

0 comments on commit 7f00ded

Please sign in to comment.