diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-02 22:36:15 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-02 22:36:15 +0100 |
commit | 779ced6da10e35df9273b95928ed182cddecee27 (patch) | |
tree | 90765a9e7bf6e2255503a0a4e0a4fb5d5c9fdec6 /MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs | |
parent | Update upstreams (diff) | |
download | MatrixUtils-779ced6da10e35df9273b95928ed182cddecee27.tar.xz |
Reformat
Diffstat (limited to 'MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs')
-rw-r--r-- | MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs b/MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs index 80eeef9..26e2b90 100644 --- a/MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs +++ b/MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs @@ -2,7 +2,7 @@ using System.Text.Json.Serialization; using LibMatrix.EventTypes; using LibMatrix.Interfaces; -namespace MatrixRoomUtils.LibDMSpace.StateEvents; +namespace MatrixRoomUtils.LibDMSpace.StateEvents; [MatrixEvent(EventName = EventId)] public class DMSpaceInfo : TimelineEventContent { @@ -10,5 +10,5 @@ public class DMSpaceInfo : TimelineEventContent { [JsonPropertyName("is_layered")] public bool LayerByUser { get; set; } - -} \ No newline at end of file + +} |