Skip to content

Commit 05e9026

Browse files
committed
Remove tab character
1 parent 3f4a44e commit 05e9026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/native/query.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var NativeQuery = function(config, values, callback) {
1616

1717
var c = utils.normalizeQueryConfig(config, values, callback);
1818

19-
this.name = c.name;
19+
this.name = c.name;
2020
this.text = c.text;
2121
this.values = c.values;
2222
this.callback = c.callback;

0 commit comments

Comments
 (0)