Skip to content

Commit e43cab1

Browse files
authored
fix: style fix
Signed-off-by: Vinit Pandit <[email protected]>
1 parent e626b19 commit e43cab1

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/repl/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/repl/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ function REPL( options ) {
382382
FLG = self._editorActions.beforeKeypress( data, key );
383383

384384
self._eagerEvaluator.beforeKeypress( data, key );
385+
385386
// If ENTER keypress is encountered or if a preview was completed while navigating, gracefully close the completer...
386387
if ( completed || ( key && key.name === 'return' ) ) {
387388
self._completerEngine.closeCompleter();

0 commit comments

Comments
 (0)