Skip to content

Commit

Permalink
Auto-prettification
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros authored and github-actions[bot] committed Mar 1, 2025
1 parent 9cd51da commit 1aef313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/components/charts/calibration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function CalibrationChart(props: {
strokeWidth={1.5}
strokeDasharray="4 8"
/>

{/* points */}
{noPoints.map((p, i) => (
// triangle pointing down (red points)
Expand All @@ -59,7 +59,7 @@ export function CalibrationChart(props: {
strokeWidth={0.5}
/>
))}

{yesPoints.map((p, i) => (
// triangle pointing up (green points)
<polygon
Expand Down

0 comments on commit 1aef313

Please sign in to comment.