Skip to content

Commit 2201111

Browse files
committed
Fix lint
1 parent d1d39a0 commit 2201111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/LogMonitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const styles = {
3434

3535
export default class LogMonitor extends Component {
3636
constructor(props) {
37-
super(props)
37+
super(props);
3838
if (typeof window !== 'undefined') {
3939
window.addEventListener('keydown', ::this.handleKeyPress);
4040
}

0 commit comments

Comments
 (0)