From 04b4e63e8034f1ee70992e1bfbf4bc7ba68ba4a5 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 28 Jan 2021 17:02:44 -0600 Subject: [PATCH] fix(lint): puppy pressed the spacebar --- website/common/script/content/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/index.js b/website/common/script/content/index.js index fcaed3e651..44f87bb584 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -1,4 +1,4 @@ - import defaults from 'lodash/defaults'; +import defaults from 'lodash/defaults'; import each from 'lodash/each'; import moment from 'moment'; import t from './translation';