Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit a3abb5d

Browse files
chore(tslint): typedef-whitespace
1 parent d418d75 commit a3abb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { StateDeclaration, _ViewDeclaration, IInjectable, Transition, HookResult
4545
* @returns an optional [[HookResult]] which may alter the transition
4646
*/
4747
export interface Ng1StateTransitionHook {
48-
(...injectables: any[]) : HookResult;
48+
(...injectables: any[]): HookResult;
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)