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.Desktop/MainWindow.axaml.cs | |
parent | Update upstreams (diff) | |
download | MatrixUtils-779ced6da10e35df9273b95928ed182cddecee27.tar.xz |
Reformat
Diffstat (limited to 'MatrixRoomUtils.Desktop/MainWindow.axaml.cs')
-rw-r--r-- | MatrixRoomUtils.Desktop/MainWindow.axaml.cs | 4 |
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"); // } } |