From 2831790f614256a86debca8edb34d128c79d6175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Sat, 6 Oct 2018 15:59:46 -0500 Subject: [PATCH] Autoformatter adjustments --- app/helpers/github.js | 4 ++-- app/views/api.js | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/app/helpers/github.js b/app/helpers/github.js index 05d1b7b..5b55392 100644 --- a/app/helpers/github.js +++ b/app/helpers/github.js @@ -343,8 +343,8 @@ function updateGithubFeed() { .catch(err => { logSlackError( "\n" + - "> *GITHUB FEED ERROR:* ```" + JSON.parse(JSON.stringify(err)) + "```" + "\n" + - "> _Cause: GitHub feed refresh_\n" + "> *GITHUB FEED ERROR:* ```" + JSON.parse(JSON.stringify(err)) + "```" + "\n" + + "> _Cause: GitHub feed refresh_\n" ); }); } diff --git a/app/views/api.js b/app/views/api.js index 23ae3e6..eb7e5d2 100644 --- a/app/views/api.js +++ b/app/views/api.js @@ -56,28 +56,28 @@ module.exports = exports = state => parseApiFile(state.params.wildcard).then(res const redirectUrl = redirects[state.href]; return asyncHtml` -
- + -
-
-

Redirecting you to ${redirectUrl}

-
-
-
+
+
+

Redirecting you to ${redirectUrl}

+
+
+ - - `; + + `; });