Skip to content

Commit dfe3c7a

Browse files
chore(transition): whitespace
1 parent bc87d9e commit dfe3c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transition/transition.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export class Transition implements IHookRegistry {
472472
*
473473
* @returns a promise for a successful transition.
474474
*/
475-
run (): Promise<any> {
475+
run(): Promise<any> {
476476
let runSynchronousHooks = TransitionHook.runSynchronousHooks;
477477
let hookBuilder = this.hookBuilder();
478478
let globals = <Globals> this.router.globals;

0 commit comments

Comments
 (0)