Add missing whitespace

This commit is contained in:
Tom Payne
2013-11-11 19:59:21 +01:00
parent b9614d027d
commit 809fee8988

View File

@@ -32,6 +32,7 @@ describe('ol.geom', function() {
expect(ends).to.eql([4, 8]);
expect(flatCoordinates).to.eql([1, 2, 3, 4, 5, 6, 7, 8]);
});
});
describe('ol.geom.inflateCoordinates', function() {
@@ -50,6 +51,7 @@ describe('ol.geom', function() {
0, [4, 8], 2);
expect(coordinatess).to.eql([[[1, 2], [3, 4]], [[5, 6], [7, 8]]]);
});
});
});