aboutsummaryrefslogtreecommitdiff
path: root/src/stores/RootStore.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-01-28 01:55:22 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-01-28 01:55:22 -0500
commitdb241485f4f9dff0f43cf5e8059ccb7bd8df5b15 (patch)
tree789aa71a15151ae9c180200414b8089084a497dc /src/stores/RootStore.ts
parentb6ae466668086bee68014a3fb0c7df75ff7df4ca (diff)
Formatted all files
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