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.razor4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixRoomUtils.Web/Pages/ModalTest.razor b/MatrixRoomUtils.Web/Pages/ModalTest.razor
index 2b1c9bc..1d14005 100644
--- a/MatrixRoomUtils.Web/Pages/ModalTest.razor
+++ b/MatrixRoomUtils.Web/Pages/ModalTest.razor
@@ -10,7 +10,7 @@
      <ModalWindow X="@Random.Shared.Next(1400)" Y="@Random.Shared.Next(1000)" Title="@("Window " + i1)" OnCloseClicked="() => OnCloseClicked(i1)">
           @for (var j = 0; j < i1; j++) {
               <h1>@j</h1>
-          } 
+          }
      </ModalWindow>
 }
 
@@ -70,7 +70,7 @@
             }
             if(_windowInfos.Count > 750) multiplier = 2;
             if(_windowInfos.Count > 1500) multiplier = 3;
-            
+
         }
 
         await base.OnInitializedAsync();