From d03c752dd5244757b3a6c475cf5c9d9e6ed42514 Mon Sep 17 00:00:00 2001 From: eight Date: Thu, 9 Nov 2017 13:00:08 +0800 Subject: [PATCH] Fix: promise indent --- install-usercss/install-usercss.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-usercss/install-usercss.js b/install-usercss/install-usercss.js index 9cb4f517..0dbccf22 100644 --- a/install-usercss/install-usercss.js +++ b/install-usercss/install-usercss.js @@ -68,7 +68,8 @@ method: 'saveUsercss', reason: 'update', sourceCode - }).then(updateMeta).catch(showError); + }).then(updateMeta) + .catch(showError); }); }