Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28f71f3

Browse files
committedJun 7, 2019
Astyle from ESP8266
1 parent 2f2b66c commit 28f71f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎libraries/Ticker/examples/Blinker/Blinker.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ void toggle() {
2323
if (isBlinking) {
2424
blinker.detach();
2525
isBlinking = false;
26-
}
27-
else {
26+
} else {
2827
blinker.attach(blinkerPace, blink);
2928
isBlinking = true;
3029
}
@@ -38,5 +37,5 @@ void setup() {
3837
}
3938

4039
void loop() {
41-
40+
4241
}

0 commit comments

Comments
 (0)
Please sign in to comment.