Enforces spacing around commas

This commit is contained in:
Frederic Junod
2016-12-14 13:42:47 +01:00
parent b1f25d484b
commit 392cbcc138
15 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ describe('getUid()', function() {
});
it('generates a strictly increasing sequence', function() {
var a = {} , b = {}, c = {};
var a = {}, b = {}, c = {};
ol.getUid(a);
ol.getUid(c);
ol.getUid(b);