Fix minor style errors
And keep it that way, by making jscs config more opinionated. // FREEBIE
This commit is contained in:
parent
b09cb228f7
commit
173e037fa6
17 changed files with 97 additions and 38 deletions
|
@ -101,7 +101,7 @@ describe("AxolotlStore", function() {
|
|||
var promise = Promise.resolve();
|
||||
devices.forEach(function(encodedNumber) {
|
||||
promise = promise.then(function() {
|
||||
return store.putSession(encodedNumber, testRecord + encodedNumber)
|
||||
return store.putSession(encodedNumber, testRecord + encodedNumber);
|
||||
});
|
||||
});
|
||||
promise.then(function() {
|
||||
|
@ -133,7 +133,7 @@ describe("AxolotlStore", function() {
|
|||
var promise = Promise.resolve();
|
||||
devices.forEach(function(encodedNumber) {
|
||||
promise = promise.then(function() {
|
||||
return store.putSession(encodedNumber, testRecord + encodedNumber)
|
||||
return store.putSession(encodedNumber, testRecord + encodedNumber);
|
||||
});
|
||||
});
|
||||
promise.then(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue