Fewer blank lines
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user