Enforces spacing around commas
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user