Skip to content

Commit 8403417

Browse files
committed
prettier
1 parent 3f7a7bb commit 8403417

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/modules/json/expression-eval/expression-eval.spec.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
// Copyright (c) vis.gl contributors
44

55
import test from 'tape-promise/tape';
6-
import {compile, compileAsync, addUnaryOp, addBinaryOp} from '@deck.gl/json/expression-eval/expression-eval';
6+
import {
7+
compile,
8+
compileAsync,
9+
addUnaryOp,
10+
addBinaryOp
11+
} from '@deck.gl/json/expression-eval/expression-eval';
712

813
const fixtures = [
914
// array expression

0 commit comments

Comments
 (0)