Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed May 9, 2024
1 parent 391fd6d commit 38e3536
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/modules/carto/utils.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import test from 'tape-promise/tape';
import {createBinaryProxy, getWorkerUrl, scaleIdentity, isObject, isPureObject} from '@deck.gl/carto/utils';
import {
createBinaryProxy,
getWorkerUrl,
scaleIdentity,
isObject,
isPureObject
} from '@deck.gl/carto/utils';

test('createBinaryProxy', async t => {
const binary = {
Expand Down

0 comments on commit 38e3536

Please sign in to comment.