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");
// }
}
|