Skip to content

Commit a14de9f

Browse files
committed
restore original whitespace layout in code
1 parent 2296b86 commit a14de9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/readline.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const util = require('util');
1212
const inherits = util.inherits;
1313
const EventEmitter = require('events').EventEmitter;
1414

15+
1516
exports.createInterface = function(input, output, completer, terminal) {
1617
var rl;
1718
if (arguments.length === 1) {

0 commit comments

Comments
 (0)