auto-formatting

This commit is contained in:
Proddy
2022-06-25 14:25:31 +02:00
parent 2c90a2c3aa
commit 4af1de4093
3 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ class System {
#ifndef EMSESP_STANDALONE
return (ethernet_connected() || WiFi.isConnected());
#else
return true;
return true;
#endif
}