Skip to content

Commit 39fdb52

Browse files
author
GitHub Actions Bot
committed
style: auto-formatting [CI]
1 parent bf83768 commit 39fdb52

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/stack.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import {array, hasOwnProperty, isBoolean} from 'vega-util';
22
import {Aggregate, SUM_OPS} from './aggregate.js';
33
import {
4-
getSecondaryRangeChannel, NonPositionChannel, NONPOSITION_CHANNELS,
4+
getSecondaryRangeChannel,
5+
NonPositionChannel,
6+
NONPOSITION_CHANNELS,
57
// isPolarPositionChannel
68
} from './channel.js';
79
import {

test/stack.test.ts

Lines changed: 3 additions & 3 deletions
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)