Skip to content

Commit da0bdfe

Browse files
chore(TransitionEventType): clean up white space
1 parent 9e2bebd commit da0bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transition/transitionEventType.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export class TransitionEventType {
1616
public reverseSort: boolean = false,
1717
public getResultHandler: GetResultHandler = TransitionHook.HANDLE_RESULT,
1818
public getErrorHandler: GetErrorHandler = TransitionHook.REJECT_ERROR,
19-
public synchronous: boolean = false,
19+
public synchronous: boolean = false,
2020
) { }
2121
}

0 commit comments

Comments
 (0)