Skip to content

Commit 1cd0c3c

Browse files
author
GitHub Actions Bot
committed
style: auto-formatting [CI]
1 parent d790ce4 commit 1cd0c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/stack.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,9 @@ describe('stack', () => {
476476
radius: {
477477
field: 'variety',
478478
type: 'quantitative',
479-
scale: {type: 'sqrt', zero: true, range: [20, 100]}
480-
}
481-
}
479+
scale: {type: 'sqrt', zero: true, range: [20, 100]},
480+
},
481+
},
482482
};
483483
const _stack = stack(spec.mark, spec.encoding);
484484
expect(_stack.fieldChannel).toBe('theta');

0 commit comments

Comments
 (0)