From 779ced6da10e35df9273b95928ed182cddecee27 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 2 Dec 2023 22:36:15 +0100 Subject: Reformat --- MatrixRoomUtils.LibDMSpace/StateEvents/DMRoomInfo.cs | 8 ++++---- MatrixRoomUtils.LibDMSpace/StateEvents/DMSpaceInfo.cs | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'MatrixRoomUtils.LibDMSpace/StateEvents') diff --git a/MatrixRoomUtils.LibDMSpace/StateEvents/DMRoomInfo.cs b/MatrixRoomUtils.LibDMSpace/StateEvents/DMRoomInfo.cs index de5cb26..716a3ac 100644 --- a/MatrixRoomUtils.LibDMSpace/StateEvents/DMRoomInfo.cs +++ b/MatrixRoomUtils.LibDMSpace/StateEvents/DMRoomInfo.cs @@ -2,13 +2,13 @@ using System.Text.Json.Serialization; using LibMatrix.EventTypes; using LibMatrix.Interfaces; -namespace MatrixRoomUtils.LibDMSpace.StateEvents; +namespace MatrixRoomUtils.LibDMSpace.StateEvents; [MatrixEvent(EventName = EventId)] public class DMRoomInfo : TimelineEventContent { public const string EventId = "gay.rory.dm_room_info"; [JsonPropertyName("remote_users")] public List RemoteUsers { get; set; } - - -} \ No newline at end of file + + +} 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 + +} -- cgit 1.5.1