Skip to content

Commit 9ab9f7e

Browse files
author
techmannih
committed
format
1 parent 093df3c commit 9ab9f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/primitive-components/SilkscreenText.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class SilkscreenText extends PrimitiveComponent<
126126
bottom: props.knockoutPaddingBottom ?? uniformPadding,
127127
}
128128
: undefined
129-
let text = this._resolveText()
129+
const text = this._resolveText()
130130
for (const layer of targetLayers) {
131131
const pcb_silkscreen_text = db.pcb_silkscreen_text.insert({
132132
anchor_alignment: props.anchorAlignment,

0 commit comments

Comments
 (0)