Skip to content

Commit

Permalink
style: force spacing inside {}
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx committed Mar 6, 2024
1 parent 84b5b14 commit 4957a65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {connect} from 'react-redux';
import { connect } from 'react-redux';

import {uploadCompose} from '../../../actions/compose';
import { uploadCompose } from '../../../actions/compose';
import UploadButton from '../components/upload_button';

const mapStateToProps = state => {
Expand Down

0 comments on commit 4957a65

Please sign in to comment.