Skip to content

Commit 369dc7f

Browse files
committed
Fixed bad-whitespace.
1 parent c5d5777 commit 369dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stepper_motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pulseio
99
from adafruit_motor import stepper
1010

11-
AIn1 = pulseio.PWMOut(board.D9, frequency=1600)
11+
AIn1 = pulseio.PWMOut(board.D9, frequency=1600)
1212
AIn2 = pulseio.PWMOut(board.D10, frequency=1600)
1313
BIn1 = pulseio.PWMOut(board.D11, frequency=1600)
1414
BIn2 = pulseio.PWMOut(board.D12, frequency=1600)

0 commit comments

Comments
 (0)