From 2fb30e361a42d794e4259d7bb51999226bc2351c Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Tue, 2 Jan 2024 13:37:30 -0800 Subject: [PATCH] fix comments --- csharp-examples/Runner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp-examples/Runner.cs b/csharp-examples/Runner.cs index 43ed4fbd..eec36c58 100644 --- a/csharp-examples/Runner.cs +++ b/csharp-examples/Runner.cs @@ -40,6 +40,6 @@ public async void StartTasks() } } - while (true) Thread.Sleep(TimeSpan.FromDays(1)); // after 1 year will stop the service + while (true) Thread.Sleep(TimeSpan.FromDays(1)); } } \ No newline at end of file