about summary refs log tree commit diff
path: root/LibMatrix/Responses/ClientVersionsResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/Responses/ClientVersionsResponse.cs')
-rw-r--r--LibMatrix/Responses/ClientVersionsResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/Responses/ClientVersionsResponse.cs b/LibMatrix/Responses/ClientVersionsResponse.cs
index 8e0a92a..8965857 100644
--- a/LibMatrix/Responses/ClientVersionsResponse.cs
+++ b/LibMatrix/Responses/ClientVersionsResponse.cs
@@ -8,4 +8,4 @@ public class ClientVersionsResponse {
 
     [JsonPropertyName("unstable_features")]
     public Dictionary<string, bool> UnstableFeatures { get; set; } = new();
-}
+}
\ No newline at end of file