Skip to content

Commit c52b076

Browse files
chore(tslint): whitespace
1 parent b07d46b commit c52b076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lazyLoad/lazyLoadNgModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function applyNgModule(transition: Transition, ng2Module: NgModuleRef<any
145145

146146
const newRootModules = multiProviderParentChildDelta(parentInjector, injector, UIROUTER_ROOT_MODULE)
147147
.reduce(uniqR, []) as RootModule[];
148-
const newChildModules= multiProviderParentChildDelta(parentInjector, injector, UIROUTER_MODULE_TOKEN)
148+
const newChildModules = multiProviderParentChildDelta(parentInjector, injector, UIROUTER_MODULE_TOKEN)
149149
.reduce(uniqR, []) as StatesModule[];
150150

151151
if (newRootModules.length) {

0 commit comments

Comments
 (0)