From a56da51a384ca301fc9c608eadc608e6449fafe4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 8 May 2016 23:04:17 -0700 Subject: benchmark,test,lib: remove extra spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation for stricter linting, remove extra spaces. PR-URL: https://github.com/nodejs/node/pull/6645 Reviewed-By: Michaƫl Zasso Reviewed-By: Brian White Reviewed-By: Roman Reiss --- lib/internal/repl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/internal/repl.js') diff --git a/lib/internal/repl.js b/lib/internal/repl.js index cea681f583..b72741609b 100644 --- a/lib/internal/repl.js +++ b/lib/internal/repl.js @@ -136,7 +136,7 @@ function setupHistory(repl, historyPath, oldHistoryPath, ready) { `the new one i.e., ${historyPath} and is empty.\nUsing it as is.\n`); repl._refreshLine(); - } else if (oldHistoryPath) { + } else if (oldHistoryPath) { // Grab data from the older pre-v3.0 JSON NODE_REPL_HISTORY_FILE format. repl._writeToOutput( '\nConverting old JSON repl history to line-separated history.\n' + -- cgit v1.2.3