about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-02 22:36:15 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-02 22:36:15 +0100
commit779ced6da10e35df9273b95928ed182cddecee27 (patch)
tree90765a9e7bf6e2255503a0a4e0a4fb5d5c9fdec6 /MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs
parentUpdate upstreams (diff)
downloadMatrixUtils-779ced6da10e35df9273b95928ed182cddecee27.tar.xz
Reformat
Diffstat (limited to 'MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs')
-rw-r--r--MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs b/MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs
index 2c3b9ce..fb3b041 100644
--- a/MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs
+++ b/MatrixRoomUtils.Web/Classes/MRUStorageWrapper.cs
@@ -95,4 +95,4 @@ public class MRUStorageWrapper(TieredStorageService storageService, HomeserverPr
     }
 
     public async Task SetCurrentToken(UserAuth? auth) => await storageService.DataStorageProvider.SaveObjectAsync("token", auth);
-}
\ No newline at end of file
+}