Skip to content

Commit 7fd065e

Browse files
committedJul 24, 2017
whitespace
1 parent 228973f commit 7fd065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bindings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function bindings (opts) {
4949
} else if (!opts) {
5050
opts = {}
5151
}
52-
52+
5353
// maps `defaults` onto `opts` object
5454
Object.keys(defaults).map(function(i) {
5555
if (!(i in opts)) opts[i] = defaults[i];

0 commit comments

Comments
 (0)
Please sign in to comment.