Skip to content

Commit 4957a65

Browse files
committed
style: force spacing inside {}
1 parent 84b5b14 commit 4957a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/javascript/mastodon/features/compose/containers/upload_button_container.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {connect} from 'react-redux';
1+
import { connect } from 'react-redux';
22

3-
import {uploadCompose} from '../../../actions/compose';
3+
import { uploadCompose } from '../../../actions/compose';
44
import UploadButton from '../components/upload_button';
55

66
const mapStateToProps = state => {

0 commit comments

Comments
 (0)