Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Nov 17, 2024
1 parent e29de2b commit 46b1f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/samples/wheel/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ const scales = {
},
y: {
// constant width for the scale
afterFit: (scale) => scale.width = 50,
afterFit: (scale) => {
scale.width = 50;
},
}
};
// </block:scales>
Expand Down

0 comments on commit 46b1f31

Please sign in to comment.