Skip to content

Commit

Permalink
minor modification since the last commit didn't trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nstolpe committed Nov 5, 2024
1 parent 7991c83 commit f654b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/victory-candlestick/src/victory-candlestick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const bundleSizeIsDifferent = () => {
const y = "the bundle size should be different";
const z = "the bundle size should be different";

return { x, y, z };
return { z, y, x };
}

export interface VictoryCandlestickStyleInterface {
Expand Down

0 comments on commit f654b9d

Please sign in to comment.