Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Sep 22, 2018
1 parent 9fcc69a commit f827d62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/gob-web/routes/create/method-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,7 @@ class UploadFileScreen extends React.Component {

let mapDispatch = dispatch => ({dispatch})

export default connect(undefined, mapDispatch)(withRouter(UploadFileScreen))
export default connect(
undefined,
mapDispatch,
)(withRouter(UploadFileScreen))

0 comments on commit f827d62

Please sign in to comment.