diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-28 01:55:22 -0500 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-01-28 01:55:22 -0500 |
commit | db241485f4f9dff0f43cf5e8059ccb7bd8df5b15 (patch) | |
tree | 789aa71a15151ae9c180200414b8089084a497dc /src/stores/RootStore.ts | |
parent | b6ae466668086bee68014a3fb0c7df75ff7df4ca (diff) |
Formatted all files
Diffstat (limited to 'src/stores/RootStore.ts')
-rw-r--r-- | src/stores/RootStore.ts | 2 |
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 |