semicolon

pull/21833/head
Travis Ralston 2019-04-04 09:36:45 -06:00 committed by GitHub
parent 1cbbe5f31f
commit 6722451207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default class ImageView extends React.Component {
constructor(props) {
super(props);
this.state = { rotationDegrees: 0 }
this.state = { rotationDegrees: 0 };
}
// XXX: keyboard shortcuts for managing dialogs should be done by the modal