Skip to content

Commit 2e26bea

Browse files
committed
fix linting
1 parent 89f5105 commit 2e26bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/Animation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void Animation::handleStopMode(unsigned long currentMicros) {
9494
if (currentMicros - this->lastMicros < 10000) {
9595
return;
9696
}
97-
97+
9898
this->lastMicros = currentMicros;
9999

100100
for (int i = 0; i < MAX_SERVO_COUNT; i++) {

0 commit comments

Comments
 (0)