about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/MainWindow.axaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Desktop/MainWindow.axaml.cs')
-rw-r--r--MatrixRoomUtils.Desktop/MainWindow.axaml.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixRoomUtils.Desktop/MainWindow.axaml.cs b/MatrixRoomUtils.Desktop/MainWindow.axaml.cs
index 0bed93d..9db59c5 100644
--- a/MatrixRoomUtils.Desktop/MainWindow.axaml.cs
+++ b/MatrixRoomUtils.Desktop/MainWindow.axaml.cs
@@ -28,7 +28,7 @@ public partial class MainWindow : Window {
 
 
         // for (int i = 0; i < 100; i++) {
-            // roomList.Children.Add(new RoomListEntry());
+        // roomList.Children.Add(new RoomListEntry());
         // }
     }
 
@@ -45,6 +45,6 @@ public partial class MainWindow : Window {
 
     // public Command
     // protected void LoadedCommand() {
-        // _logger.LogInformation("async command");
+    // _logger.LogInformation("async command");
     // }
 }