Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Dec 4, 2024
1 parent 5ede051 commit c1ca831
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/client/utils/__tests__/VectorTileUtils-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
*/

import expect from 'expect';
import {
isVectorFormat
} from '../VectorTileUtils';
import { isVectorFormat } from '../VectorTileUtils';

describe('VectorTileUtils', () => {
it('test isVectorFormat with vector formats', () => {
Expand Down

0 comments on commit c1ca831

Please sign in to comment.