aboutsummaryrefslogtreecommitdiff
path: root/src/stores/RootStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/RootStore.ts')
-rw-r--r--src/stores/RootStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/RootStore.ts b/src/stores/RootStore.ts
index fa551c1d1..393c52d57 100644
--- a/src/stores/RootStore.ts
+++ b/src/stores/RootStore.ts
@@ -10,7 +10,7 @@ export class RootStore {
private static _instance: RootStore;
- public static get Instance():RootStore {
+ public static get Instance(): RootStore {
return this._instance || (this._instance = new this());
}
} \ No newline at end of file