1 files changed, 2 insertions, 2 deletions
diff --git a/LibMatrix/Responses/ModAS/AdminRoomListingResult.cs b/LibMatrix/Responses/ModAS/AdminRoomListingResult.cs
index 95e3dcf..2d8d387 100644
--- a/LibMatrix/Responses/ModAS/AdminRoomListingResult.cs
+++ b/LibMatrix/Responses/ModAS/AdminRoomListingResult.cs
@@ -44,7 +44,7 @@ public class ModASRoomQueryResult {
[JsonPropertyName("state_events")]
public int StateEvents { get; set; }
-
+
[JsonPropertyName("type")]
public string? Type { get; set; }
@@ -56,7 +56,7 @@ public class ModASRoomQueryResult {
[JsonPropertyName("total_members")]
public int TotalMembers { get; set; }
-
+
[JsonPropertyName("total_local_members")]
public int TotalLocalMembers { get; set; }
}
\ No newline at end of file
|