diff options
author | Roman Reiss <me@silverwind.io> | 2015-06-13 19:47:14 +0200 |
---|---|---|
committer | Roman Reiss <me@silverwind.io> | 2015-06-15 16:37:37 +0200 |
commit | fb8811d95ec3d644f60db24f4a816f8c05cd9ad5 (patch) | |
tree | 1993c62f3bdf3b6bd4df1214a8692a91eec726c2 /lib/readline.js | |
parent | 8d8a26e8f7b4e65191af80d94bccada2217cbbb2 (diff) | |
download | nodejs-fb8811d95ec3d644f60db24f4a816f8c05cd9ad5.tar.gz nodejs-fb8811d95ec3d644f60db24f4a816f8c05cd9ad5.tar.bz2 nodejs-fb8811d95ec3d644f60db24f4a816f8c05cd9ad5.zip |
lib,test: fix whitespace issues
PR-URL: https://github.com/nodejs/io.js/pull/1971
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'lib/readline.js')
-rw-r--r-- | lib/readline.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/readline.js b/lib/readline.js index 7a5758a5a..b984aac83 100644 --- a/lib/readline.js +++ b/lib/readline.js @@ -889,7 +889,6 @@ Interface.prototype._ttyWrite = function(s, key) { exports.Interface = Interface; - /** * accepts a readable Stream instance and makes it emit "keypress" events */ |