Skip to content

Commit

Permalink
fix format error
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Dec 23, 2024
1 parent 231da63 commit 3064f3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pcb/pcb_plated_hole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ expectTypesMatch<PcbPlatedHoleCircle, z.infer<typeof pcb_plated_hole_circle>>(
true,
)
expectTypesMatch<PcbPlatedHoleOval, z.infer<typeof pcb_plated_hole_oval>>(true)
expectTypesMatch<PcbHoleCircularWithSquarePlated, z.infer<typeof pcb_circular_hole_with_square_plate>>(
true,
)

expectTypesMatch<
PcbHoleCircularWithSquarePlated,
z.infer<typeof pcb_circular_hole_with_square_plate>
>(true)
/**
* @deprecated use PcbPlatedHole
*/
Expand Down

0 comments on commit 3064f3a

Please sign in to comment.