diff --git a/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs b/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs index 1acbadb84..55470d4a4 100644 --- a/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs +++ b/ProjectLighthouse.Servers.API/Responses/PlayerListResponse.cs @@ -9,5 +9,5 @@ public class PlayerListObject { public required string Username { get; set; } public required string Game { get; set; } - public required string Platform { get; set; } -} \ No newline at end of file + public required string Platform { get; set; } +}