Skip to content

Commit 2c3ab0a

Browse files
committed
lint: Fixed indent.
1 parent 8c53093 commit 2c3ab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Homie/Boot/BootNormal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ void BootNormal::_onWifiGotIp(const WiFiEventStationModeGotIP& event) {
365365
MDNS.begin(Interface::get().getConfig().get().deviceId);
366366

367367
_mqttConnect();
368-
}
368+
}
369369
#endif // ESP32
370370

371371
#ifdef ESP32

0 commit comments

Comments
 (0)