Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit f9ec727

Browse files
committed
Fix ESLint errors
1 parent d35d336 commit f9ec727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/all.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function all(...propTypes) {
2121
return result;
2222
}
2323
}
24-
};
25-
24+
}
25+
2626
return createChainableTypeChecker(validate);
2727
}

0 commit comments

Comments
 (0)