Skip to content

Commit 7e8936c

Browse files
committed
make formatter happy
1 parent 6b40b16 commit 7e8936c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/util/createHash.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class BulkUpdateDecorator {
4040
module.exports = algorithm => {
4141
switch(algorithm) {
4242
// TODO add non-cryptographic algorithm here
43-
default:
44-
return new BulkUpdateDecorator(require("crypto").createHash(algorithm));
43+
default: return new BulkUpdateDecorator(require("crypto").createHash(algorithm));
4544
}
4645
};

0 commit comments

Comments
 (0)