about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Pages/ModalTest.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/Pages/ModalTest.razor')
-rw-r--r--MatrixRoomUtils.Web/Pages/ModalTest.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/Pages/ModalTest.razor b/MatrixRoomUtils.Web/Pages/ModalTest.razor
index f32c672..79c7fcd 100644
--- a/MatrixRoomUtils.Web/Pages/ModalTest.razor
+++ b/MatrixRoomUtils.Web/Pages/ModalTest.razor
@@ -16,7 +16,7 @@
 
 @code {
 
-    private Dictionary<int, WindowInfo> _windowInfos = new Dictionary<int, WindowInfo>();
+    private Dictionary<int, WindowInfo> _windowInfos = new();
 
     private class WindowInfo {
         public double X;