Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Mar 12, 2024
1 parent 5825f86 commit 9d959ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/modules/carto/api/fetch-map.spec.ts
@@ -1,7 +1,7 @@
import { fetchMap } from '@deck.gl/carto';
import {fetchMap} from '@deck.gl/carto';
import test from 'tape-catch';

test('fetchMap#export', async t => {
t.ok(fetchMap, 'fetchMap exists');
t.end();
t.ok(fetchMap, 'fetchMap exists');
t.end();
});

0 comments on commit 9d959ab

Please sign in to comment.