Skip to content

Commit

Permalink
chore(TransitionEventType): clean up white space
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 20, 2017
1 parent 9e2bebd commit da0bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transition/transitionEventType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export class TransitionEventType {
public reverseSort: boolean = false,
public getResultHandler: GetResultHandler = TransitionHook.HANDLE_RESULT,
public getErrorHandler: GetErrorHandler = TransitionHook.REJECT_ERROR,
public synchronous: boolean = false,
public synchronous: boolean = false,
) { }
}

0 comments on commit da0bdfe

Please sign in to comment.