Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 465c011

Browse files
committed
fixed indention
1 parent 62b3b39 commit 465c011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ESP_WiFiManager_Lite.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,14 +962,14 @@ class ESP_WiFiManager_Lite
962962
#if USE_LED_BUILTIN
963963
// turn the LED_BUILTIN OFF to tell us we exit configuration mode.
964964
digitalWrite(LED_BUILTIN, LED_OFF);
965-
#endif
965+
#endif
966966

967967
if (dnsServer)
968968
{
969969
dnsServer->stop();
970970
delete dnsServer;
971971
dnsServer = nullptr;
972-
}
972+
}
973973

974974
if (server)
975975
{

0 commit comments

Comments
 (0)