summaryrefslogtreecommitdiff
path: root/lib/internal/repl.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-05-08 23:04:17 -0700
committerRich Trott <rtrott@gmail.com>2016-05-11 23:18:16 -0700
commita56da51a384ca301fc9c608eadc608e6449fafe4 (patch)
treeb1f756cda1ce89b6a9d8cbd320364ca5ecbd38d0 /lib/internal/repl.js
parente16e611089f0bf1870a760f7e344e8da6f001428 (diff)
downloadandroid-node-v8-a56da51a384ca301fc9c608eadc608e6449fafe4.tar.gz
android-node-v8-a56da51a384ca301fc9c608eadc608e6449fafe4.tar.bz2
android-node-v8-a56da51a384ca301fc9c608eadc608e6449fafe4.zip
benchmark,test,lib: remove extra spaces
In preparation for stricter linting, remove extra spaces. PR-URL: https://github.com/nodejs/node/pull/6645 Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'lib/internal/repl.js')
-rw-r--r--lib/internal/repl.js2
1 files changed, 1 insertions, 1 deletions
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' +