about summary refs log tree commit diff
path: root/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs')
-rw-r--r--MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs b/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
index 247ace8..cbe2303 100644
--- a/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
+++ b/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
@@ -49,7 +49,7 @@ public class DMSpaceRoom(AuthenticatedHomeserverGeneric homeserver, string roomI
         else await ImportNativeDMsWithoutLayers();
     }
 
-#region Import Native DMs
+    #region Import Native DMs
 
     private async Task ImportNativeDMsWithoutLayers() {
         var mdirect = await homeserver.GetAccountDataAsync<Dictionary<string, List<string>>>("m.direct");
@@ -79,5 +79,5 @@ public class DMSpaceRoom(AuthenticatedHomeserverGeneric homeserver, string roomI
         var mdirect = await homeserver.GetAccountDataAsync<Dictionary<string, List<string>>>("m.direct");
     }
 
-#endregion
-}
\ No newline at end of file
+    #endregion
+}