diff --git a/dotnet/samples/GettingStarted/Modifier.cs b/dotnet/samples/GettingStarted/Modifier.cs index f41fdbe52f6..37456578331 100644 --- a/dotnet/samples/GettingStarted/Modifier.cs +++ b/dotnet/samples/GettingStarted/Modifier.cs @@ -27,4 +27,4 @@ public async ValueTask HandleAsync(CountMessage item, MessageContext messageCont await this.PublishMessageAsync(updateMessage, topic: new TopicId("default")); } } -#endregion snippet_Modifier \ No newline at end of file +#endregion snippet_Modifier diff --git a/dotnet/samples/GettingStarted/Program.cs b/dotnet/samples/GettingStarted/Program.cs index acab55d265b..bd9f11fa336 100644 --- a/dotnet/samples/GettingStarted/Program.cs +++ b/dotnet/samples/GettingStarted/Program.cs @@ -40,4 +40,4 @@ await app.PublishMessageAsync(new CountMessage // Run until application shutdown await app.WaitForShutdownAsync(); #endregion snippet_Program_publish -#endregion snippet_Program \ No newline at end of file +#endregion snippet_Program