[Pkg-javascript-commits] [node-sha.js] 08/31: tests: formatting
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Nov 30 11:23:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-sha.js.
commit 678c3380273516094e32eb79c50e4bce18da6346
Author: Daniel Cousens <github at dcousens.com>
Date: Fri May 19 22:06:58 2017 +1000
tests: formatting
---
test/hash.js | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/test/hash.js b/test/hash.js
index 2f376b4..60ae231 100644
--- a/test/hash.js
+++ b/test/hash.js
@@ -17,7 +17,7 @@ var count16 = {
strings: ['0A1B2C3D4E5F6G7H'],
buffers: [
hexBuf,
- new Buffer([ 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
+ new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
]
}
@@ -29,12 +29,12 @@ var empty = {
}
var multi = {
- strings: ['abcd', 'efhijk', 'lmnopq'],
- buffers: [
- new Buffer('abcdefhijklmnopq', 'ascii'),
- new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
- ]
- }
+ strings: ['abcd', 'efhijk', 'lmnopq'],
+ buffers: [
+ new Buffer('abcdefhijklmnopq', 'ascii'),
+ new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
+ ]
+}
var long = {
strings: [hex + hex],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git
More information about the Pkg-javascript-commits
mailing list