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 Nov 11, 2023
1 parent caa87ea commit aee5bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile/data/density.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('compile/data/fold', () => {
const transform: Transform = {
density: 'v',
groupby: ['a'],
resolve: 'shared',
resolve: 'shared'
};
const density = new DensityTransformNode(null, transform);
expect(density.assemble()).toEqual({
Expand Down

0 comments on commit aee5bb8

Please sign in to comment.