Skip to content

Commit 678c338

Browse files
committed
tests: formatting
1 parent 5d6baa3 commit 678c338

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/hash.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var count16 = {
1717
strings: ['0A1B2C3D4E5F6G7H'],
1818
buffers: [
1919
hexBuf,
20-
new Buffer([ 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
20+
new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
2121
]
2222
}
2323

@@ -29,12 +29,12 @@ var empty = {
2929
}
3030

3131
var multi = {
32-
strings: ['abcd', 'efhijk', 'lmnopq'],
33-
buffers: [
34-
new Buffer('abcdefhijklmnopq', 'ascii'),
35-
new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
36-
]
37-
}
32+
strings: ['abcd', 'efhijk', 'lmnopq'],
33+
buffers: [
34+
new Buffer('abcdefhijklmnopq', 'ascii'),
35+
new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
36+
]
37+
}
3838

3939
var long = {
4040
strings: [hex + hex],

0 commit comments

Comments
 (0)