From f422903c67187afbb019c9b40a3a39493038e7f0 Mon Sep 17 00:00:00 2001 From: Jamie Femia Date: Tue, 21 Apr 2020 10:55:19 +0100 Subject: [PATCH] remove stray whitespace --- src/GitInfo.macro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GitInfo.macro.js b/src/GitInfo.macro.js index fb6abc6..1889245 100644 --- a/src/GitInfo.macro.js +++ b/src/GitInfo.macro.js @@ -20,7 +20,7 @@ const gitInfo = (() => { .toString().trim().split(/\r?\n/).filter(Boolean); } catch (e) { throw Error(`Unable to parse the git information: ${e}`); - } + } return ret; })();