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

Commit 98a406b

Browse files
committed
Add newline after componentWillUnmount
1 parent a99d010 commit 98a406b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/canner/src/hocs/validation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export default function withValidation(Com: React.ComponentType<*>) {
9090
componentWillUnmount() {
9191
this.removeOnDeploy();
9292
}
93+
9394
handleValidationResult = (results) => {
9495

9596
let error = false;

0 commit comments

Comments
 (0)