Skip to content

Commit 454aa4b

Browse files
committed
Missing semi colon ;)
1 parent f6fb353 commit 454aa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ErrorBoundary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type ErrorInfo = {
1616
type State = {
1717
error: ?Error,
1818
info: ?ErrorInfo,
19-
}
19+
};
2020

2121
class ErrorBoundary extends Component<Props, State> {
2222
props: Props;

0 commit comments

Comments
 (0)