Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTedder committed Oct 23, 2024
1 parent 0bda2fc commit 1fe8c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeaderboardBackend/Results.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace LeaderboardBackend.Result;

public readonly record struct AccountConfirmed;
public readonly record struct AlreadyUsed;
public readonly record struct AlreadyDeleted;
public readonly record struct AlreadyUsed;
public readonly record struct BadCredentials;
public readonly record struct BadRole;
public readonly record struct ConfirmationNotFound;
Expand Down

0 comments on commit 1fe8c37

Please sign in to comment.