Skip to content

Commit 45fcce9

Browse files
committed
Cleanup unneccessary whitespace
1 parent 338c200 commit 45fcce9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Runtime/Game/Requests/LeaderboardRequest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public class LootLockerSubmitScoreResponse : LootLockerResponse
7676
public string member_id { get; set; }
7777
public int rank { get; set; }
7878
public int score { get; set; }
79-
8079
public string metadata { get; set; }
8180
}
8281

@@ -85,7 +84,6 @@ public class LootLockerSubmitScoreRequest
8584
{
8685
public string member_id { get; set; }
8786
public int score { get; set; }
88-
8987
public string metadata { get; set; }
9088
}
9189

0 commit comments

Comments
 (0)