Skip to content

Commit fcd056f

Browse files
committed
Indent
1 parent 4acc7a1 commit fcd056f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (process.argv.length >= 3) {
3333
if (!isNaN(parseInt(process.argv[2], 10))) {
3434
maxLen = parseInt(process.argv[2], 10);
3535
} else {
36-
plaintext = new Buffer(process.argv[2], 'ascii');
36+
plaintext = new Buffer(process.argv[2], 'ascii');
3737
}
3838
}
3939
function filterTests(fullList) {

0 commit comments

Comments
 (0)