Commit ba05cb51 authored by Andreas Hocevar's avatar Andreas Hocevar
Browse files

Make the linter happy

parent 775d07d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ function startTests(chai, proj4, testPoints) {
          new proj4.Proj('fake one');
        }, 'fake one', 'should work');
      });
    })
    });
    describe('utility', function() {
      it('should have MGRS available in the proj4.util namespace', function() {
        assert.typeOf(proj4.mgrs, "object", "MGRS available in the proj4.util namespace");
@@ -212,7 +212,7 @@ function startTests(chai, proj4, testPoints) {
        it("MGRS reference with 3-digit accuracy correct.", function() {
          assert.equal(point.toMGRS(3), "25XEN041865", "MGRS reference with 3-digit accuracy correct.");
        });
      })
      });
    });
  });
}