about summary refs log tree commit diff
path: root/LibMatrix/Responses/ModAS
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-02-09 16:32:46 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2024-02-09 16:32:46 +0100
commit4ef9ae4b396b0eb37036d4008e8cb40e468dbe73 (patch)
tree6bb4d25754fefc52333a5fc44dd721c333314240 /LibMatrix/Responses/ModAS
parentConsistently use EventId for event types (diff)
downloadLibMatrix-4ef9ae4b396b0eb37036d4008e8cb40e468dbe73.tar.xz
Apply syntax style to LibMatrix
Diffstat (limited to 'LibMatrix/Responses/ModAS')
-rw-r--r--LibMatrix/Responses/ModAS/AdminRoomListingResult.cs4
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