Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jul 8, 2014
1 parent 775d07d commit ba05cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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.");
});
})
});
});
});
}
Expand Down

0 comments on commit ba05cb5

Please sign in to comment.