Skip to content

Commit 2a42519

Browse files
committed
clang format
1 parent c0f1935 commit 2a42519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/statusLED/Wippersnapper_StatusLED.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ void initStatusLED() {
6767
#else
6868
statusPixelDotStar =
6969
new Adafruit_DotStar(STATUS_DOTSTAR_NUM, STATUS_DOTSTAR_PIN_DATA,
70-
STATUS_DOTSTAR_PIN_CLK, STATUS_DOTSTAR_DEFAULT_COLOR_ORDER)
70+
STATUS_DOTSTAR_PIN_CLK,
71+
STATUS_DOTSTAR_DEFAULT_COLOR_ORDER)
7172
#endif
7273
statusPixelDotStar->begin();
7374
statusPixelDotStar->clear();

0 commit comments

Comments
 (0)