foramtting fixes

This commit is contained in:
Kyle Spearrin 2018-01-24 09:27:08 -05:00
parent edc3bd1f81
commit 5557c5b638
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ export abstract class EnvironmentService {
identityUrl: string;
iconsUrl: string;
setUrlsFromStorage:() => Promise<void>;
setUrlsFromStorage: () => Promise<void>;
setUrls: (urls: any) => Promise<any>;
}