Skip to content

Commit

Permalink
reduce unnecessary newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 5, 2024
1 parent 8238c67 commit 3c3b120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generate-footprint-tsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const generateFootprintTsx = (easyEdaJson: EasyEdaJson): string => {
hole_diameter="${holeRadius * 2}mm"
outer_diameter="${width}mm"
port_hints={["${number}"]}
/>`
/>`.trim()
} else {
return `
<smtpad
Expand All @@ -42,7 +42,7 @@ export const generateFootprintTsx = (easyEdaJson: EasyEdaJson): string => {
height="${height}mm"
shape="rect"
port_hints={["${number}"]}
/>`
/>`.trim()
}
})

Expand Down

0 comments on commit 3c3b120

Please sign in to comment.