Skip to content

Commit

Permalink
Please run yarn prettier before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Apr 5, 2018
1 parent 6e1977f commit 25fbdec
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/FileEditor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,7 @@ class FileEditor extends Component {
return
}

const {
wrapLines,
highlightTag,
lightTheme,
useTab,
tabSize,
indentSize,
} = this.props
const { wrapLines, highlightTag, lightTheme, useTab, tabSize, indentSize } = this.props

if (this._codeMirror) {
this._codeMirror.toTextArea()
Expand Down

0 comments on commit 25fbdec

Please sign in to comment.