Fix indention

This commit is contained in:
Rob Garrison 2017-08-25 07:44:19 -05:00
parent 320fd07789
commit 5b2cd77035

View File

@ -291,7 +291,7 @@ function openStylelintSettings() {
linter === 'stylelint' linter === 'stylelint'
? 'editorStylelintRules' ? 'editorStylelintRules'
: 'editorCSSLintRules' : 'editorCSSLintRules'
).then(rules => { ).then(rules => {
if (rules.length === 0) { if (rules.length === 0) {
rules = linter === 'stylelint' rules = linter === 'stylelint'
? setStylelintRules(rules) ? setStylelintRules(rules)