From db241485f4f9dff0f43cf5e8059ccb7bd8df5b15 Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Mon, 28 Jan 2019 01:55:22 -0500 Subject: Formatted all files --- src/stores/RootStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores') 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 -- cgit v1.2.3-70-g09d2