Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jan 30, 2025
1 parent 58a3285 commit f4485fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/samples/GettingStarted/Modifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public async ValueTask HandleAsync(CountMessage item, MessageContext messageCont
await this.PublishMessageAsync(updateMessage, topic: new TopicId("default"));
}
}
#endregion snippet_Modifier
#endregion snippet_Modifier
2 changes: 1 addition & 1 deletion dotnet/samples/GettingStarted/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ await app.PublishMessageAsync(new CountMessage
// Run until application shutdown
await app.WaitForShutdownAsync();
#endregion snippet_Program_publish
#endregion snippet_Program
#endregion snippet_Program

0 comments on commit f4485fb

Please sign in to comment.