Skip to content

Commit

Permalink
style: auto-formatting [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Mar 8, 2025
1 parent e85872c commit c8324cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/stack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,9 @@ describe('stack', () => {
radius: {
field: 'variety',
type: 'quantitative',
scale: {type: 'sqrt', zero: true, range: [20, 100]}
}
}
scale: {type: 'sqrt', zero: true, range: [20, 100]},
},
},
};
const _stack = stack(spec.mark, spec.encoding);
expect(_stack.fieldChannel).toBe('theta');
Expand Down

0 comments on commit c8324cd

Please sign in to comment.