Fewer blank lines
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -65,7 +65,6 @@ describe('ol.format.Polyline', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('encodeFloats', function() {
|
||||
it('returns expected value', function() {
|
||||
var encodeFloats = ol.format.Polyline.encodeFloats;
|
||||
@@ -90,7 +89,6 @@ describe('ol.format.Polyline', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('encodeSignedIntegers', function() {
|
||||
it('returns expected value', function() {
|
||||
var encodeSignedIntegers = ol.format.Polyline.encodeSignedIntegers;
|
||||
@@ -110,7 +108,6 @@ describe('ol.format.Polyline', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('encodeUnsignedIntegers', function() {
|
||||
it('returns expected value', function() {
|
||||
var encodeUnsignedIntegers = ol.format.Polyline.encodeUnsignedIntegers;
|
||||
@@ -130,7 +127,6 @@ describe('ol.format.Polyline', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('encodeFloat', function() {
|
||||
it('returns expected value', function() {
|
||||
var encodeFloats = ol.format.Polyline.encodeFloats;
|
||||
@@ -178,7 +174,6 @@ describe('ol.format.Polyline', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('encodeSignedInteger', function() {
|
||||
it('returns expected value', function() {
|
||||
var encodeSignedIntegers = ol.format.Polyline.encodeSignedIntegers;
|
||||
@@ -216,7 +211,6 @@ describe('ol.format.Polyline', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('encodeUnsignedInteger', function() {
|
||||
it('returns expected value', function() {
|
||||
var encodeUnsignedInteger = ol.format.Polyline.encodeUnsignedInteger;
|
||||
|
||||
@@ -434,7 +434,6 @@ describe('ol.format.WFS', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
describe('when writing out a GetFeature request', function() {
|
||||
var text;
|
||||
before(function(done) {
|
||||
|
||||
@@ -156,5 +156,4 @@ describe('ol.math.toRadians', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
goog.require('ol.math');
|
||||
|
||||
@@ -70,7 +70,6 @@ describe('ol.source.BingMaps', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -173,7 +173,6 @@ describe('ol.source.Tile', function() {
|
||||
});
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Tile source for tests that uses a EPSG:4326 based grid with 4 resolutions and
|
||||
* 256x256 tiles.
|
||||
|
||||
Reference in New Issue
Block a user