Make eslint happy.

This commit is contained in:
Guo Xiang Tan 2016-08-23 09:56:24 +08:00
parent f32d8e2882
commit e9927ce5b1

View File

@ -536,7 +536,7 @@ export default Ember.Component.extend({
formatCode() {
const sel = this._getSelected();
const hasNewLine = sel.value.indexOf("\n") !== -1
const hasNewLine = sel.value.indexOf("\n") !== -1;
if (this.siteSettings.code_formatting_style === FOUR_SPACES_INDENT) {
return (hasNewLine ?