Skip to content

Commit

Permalink
formatbot: Automatically format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tscircuitbot committed Feb 15, 2025
1 parent b9feaa1 commit 13213b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fn/dip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const getCcwDipCoords = (
return { x: -w / 2 - 0.4, y: h / 2 - (pn - 1) * gs }
}
// The y position starts at -h/2, then goes up by gap size
// Adding x padding (0.4) to postion the hole in the center
// Adding x padding (0.4) to postion the hole in the center
return { x: w / 2 + 0.4, y: -h / 2 + (pn - ph - 1) * gs }
}

Expand Down

0 comments on commit 13213b3

Please sign in to comment.