Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 30, 2013
1 parent 3fe6aba commit f64d1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/readline.js
Expand Up @@ -756,7 +756,7 @@ Interface.prototype._ttyWrite = function(s, key) {

case 'enter':
if (this._sawReturn)
this._sawReturn = false
this._sawReturn = false;
else
this._line();
break;
Expand Down

0 comments on commit f64d1fe

Please sign in to comment.