about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/App.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/App.razor')
-rw-r--r--MatrixRoomUtils.Web/App.razor7
1 files changed, 3 insertions, 4 deletions
diff --git a/MatrixRoomUtils.Web/App.razor b/MatrixRoomUtils.Web/App.razor
index 4e2789d..e58212b 100644
--- a/MatrixRoomUtils.Web/App.razor
+++ b/MatrixRoomUtils.Web/App.razor
@@ -12,10 +12,9 @@
 </Router>
 
 @code {
-    protected override async Task OnInitializedAsync()
-    {
-        if (!RuntimeCache.WasLoaded)
-        {
+
+    protected override async Task OnInitializedAsync() {
+        if (!RuntimeCache.WasLoaded) {
             await LocalStorageWrapper.LoadFromLocalStorage(LocalStorage);
             Console.WriteLine("Loaded from local storage");
             StateHasChanged();