chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-05-23 22:31:38 -05:00
parent 3c9c45676b
commit 2ea23144df
15 changed files with 17 additions and 18 deletions
@@ -11,4 +11,3 @@ internal sealed record ReadyDiscordEvent : DispatchDiscordEvent
Type = DiscordEventTypes.Ready; Type = DiscordEventTypes.Ready;
} }
} }