Skip to content

Commit 519e745

Browse files
committed
updating code styling to match the rest of repo
1 parent 3f4389c commit 519e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stores/options.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var testStore = function(args) {
3737
cb = options;
3838
options = false;
3939
optionsMapped = true;
40-
} else if (typeof options !== 'object') {
40+
} else if (typeof options !== "object") {
4141
options = {ttl: options, runNormal: true};
4242
}
4343
if (options && options.value) {

0 commit comments

Comments
 (0)