diff --git a/lib/framework/MqttSettingsService.cpp b/lib/framework/MqttSettingsService.cpp index 297d49bd8..e6c0caec7 100644 --- a/lib/framework/MqttSettingsService.cpp +++ b/lib/framework/MqttSettingsService.cpp @@ -2,7 +2,7 @@ #include "../../src/emsesp_stub.hpp" -using namespace std::placeholders; // for `_1` etc +using namespace std::placeholders; // for `_1` etc /** * Retains a copy of the cstr provided in the pointer provided using dynamic allocation.