From 7e3299409f7f3b4831ef3d915d86de1e094f4585 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 15 Sep 2020 13:53:15 +0200 Subject: [PATCH] style: Whitespace --- lib/utils/getCommandSuggestion.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/getCommandSuggestion.js b/lib/utils/getCommandSuggestion.js index 7ccf7fc2b69..97da89980cb 100644 --- a/lib/utils/getCommandSuggestion.js +++ b/lib/utils/getCommandSuggestion.js @@ -1,4 +1,5 @@ 'use strict'; + const _ = require('lodash'); const levenshtein = require('fast-levenshtein');