[linter] Fixed the whitespace issue.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-05-08 22:43:10 +02:00 committed by Christian Weichel
parent afe3d5fa34
commit c7ea4baead

View File

@ -88,7 +88,7 @@ export default new ContainerModule((bind: interfaces.Bind, unbind: interfaces.Un
});
rebind(WorkspaceService).to(AWorkspaceService).inSingletonScope();
const themeService = ThemeService.get();
themeService.register(...ArduinoTheme.themes);
});