Skip to content

Commit 85afb12

Browse files
committed
style(stepper-motor): format code with prettier
1 parent 0100f1c commit 85afb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stepper-motor-element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ export interface NEMASpec {
1717
bodyRadius: number; // the round motor body size
1818
textSize: number; // Text size showing units etc
1919
/** Y position of value text */
20-
valueYPosition: number;
20+
valueYPosition: number;
2121
/** Y position of units text */
22-
unitsYPosition: number;
22+
unitsYPosition: number;
2323
}
2424

2525
const defaultSize = 23;

0 commit comments

Comments
 (0)