Fix: promise indent

This commit is contained in:
eight 2017-11-09 13:00:08 +08:00
parent 988a920a2f
commit d03c752dd5

View File

@ -68,7 +68,8 @@
method: 'saveUsercss',
reason: 'update',
sourceCode
}).then(updateMeta).catch(showError);
}).then(updateMeta)
.catch(showError);
});
}