Skip to content

Commit

Permalink
restore original whitespace layout in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed May 22, 2015
1 parent 2296b86 commit a14de9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/readline.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const util = require('util');
const inherits = util.inherits;
const EventEmitter = require('events').EventEmitter;


exports.createInterface = function(input, output, completer, terminal) {
var rl;
if (arguments.length === 1) {
Expand Down

0 comments on commit a14de9f

Please sign in to comment.