Fewer blank lines

This commit is contained in:
Tim Schaub
2016-01-10 08:22:01 -07:00
parent 8d80924ba8
commit 13a981c94b
199 changed files with 1 additions and 247 deletions

View File

@@ -1504,7 +1504,6 @@ describe('ol.format.KML', function() {
var fs = format.readFeatures(text);
expect(fs).to.have.length(1);
var f = fs[0];
expect(f).to.be.an(ol.Feature);