From d048d7bb35898e93d6ed3140831760b45e40a9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Mon, 31 Oct 2016 13:52:46 +0100 Subject: [PATCH] Fix indent in src/utils/warning.js --- src/utils/warning.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/utils/warning.js b/src/utils/warning.js index a1254c40d..df0d483c0 100644 --- a/src/utils/warning.js +++ b/src/utils/warning.js @@ -15,11 +15,11 @@ export default function warning(message, ...more) { } try { - // --- Welcome to debugging Slate --- - // This error was thrown as a convenience so that you can use this stack - // to find the callsite that caused this warning to fire. - throw new Error(message) - } catch (x) { - // This error is only for debugging - } + // --- Welcome to debugging Slate --- + // This error was thrown as a convenience so that you can use this stack + // to find the callsite that caused this warning to fire. + throw new Error(message) + } catch (x) { + // This error is only for debugging + } }