Skip to content

Commit

Permalink
🤖 style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 authored and github-actions[bot] committed Oct 20, 2023
1 parent dae7b95 commit 7f474fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ourworldindata/grapher/src/core/Grapher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ export class Grapher
const { yColumnSlugs, xColumnSlug, sizeColumnSlug, colorColumnSlug } =
this

const columnSlugs = excludeUndefined( [
const columnSlugs = excludeUndefined([
...yColumnSlugs,
xColumnSlug,
sizeColumnSlug,
Expand Down

0 comments on commit 7f474fe

Please sign in to comment.