Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed May 29, 2019
1 parent 6bf3bdd commit d78e7a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/geospatial/test/type-utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
toCartographicFromDegrees
} from '@math.gl/geospatial/type-utils';

const degreeVector = [45, 45, 10];
const radianVector = [toRadians(45), toRadians(45), 10];

test('type-utils#fromCartographic', t => {
Expand Down

0 comments on commit d78e7a2

Please sign in to comment.