Skip to content

Commit 3be6664

Browse files
ci(pre-commit): Apply automatic fixes
1 parent cdc1a42 commit 3be6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Zigbee/examples/Zigbee_Color_Dimmable_Light/Zigbee_Color_Dimmable_Light.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ZigbeeColorDimmableLight zbColorLight = ZigbeeColorDimmableLight(ZIGBEE_LIGHT_EN
4141

4242
/********************* RGB LED functions **************************/
4343
void setRGBLight(bool state, uint8_t red, uint8_t green, uint8_t blue, uint8_t level) {
44-
if(!state) {
44+
if (!state) {
4545
rgbLedWrite(LED_PIN, 0, 0, 0);
4646
return;
4747
}

0 commit comments

Comments
 (0)