about summary refs log tree commit diff
path: root/LibMatrix/StateEvent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/StateEvent.cs')
-rw-r--r--LibMatrix/StateEvent.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/LibMatrix/StateEvent.cs b/LibMatrix/StateEvent.cs
index 3e8c4b5..6d69820 100644
--- a/LibMatrix/StateEvent.cs
+++ b/LibMatrix/StateEvent.cs
@@ -39,7 +39,7 @@ public class StateEvent {
     [JsonIgnore]
     public EventContent TypedContent {
         get {
-            if(Type == "m.receipt") {
+            if (Type == "m.receipt") {
                 return null!;
             }
             try {
@@ -181,8 +181,7 @@ public class StateEventResponse : StateEvent {
 
 [JsonSourceGenerationOptions(WriteIndented = true)]
 [JsonSerializable(typeof(ChunkedStateEventResponse))]
-internal partial class ChunkedStateEventResponseSerializerContext : JsonSerializerContext
-{
+internal partial class ChunkedStateEventResponseSerializerContext : JsonSerializerContext {
 }
 
 public class EventList {