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

Commit

Permalink
buffer: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Aug 19, 2013
1 parent 306f863 commit b80d11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buffer.js
Expand Up @@ -186,7 +186,7 @@ Buffer.byteLength = function(str, enc) {
ret = internal.byteLength(str, enc);
}
return ret;
}
};


// pre-set for values that may exist in the future
Expand Down

0 comments on commit b80d11d

Please sign in to comment.