Removed extra newline in mqtt authentication commit.

This commit is contained in:
William Peters
2025-01-17 16:41:08 +01:00
parent d8973509ba
commit 984651169f

View File

@@ -1347,7 +1347,6 @@ std::string CConf::getMQTTPass() const
return m_mqttPass;
}
bool CConf::getCWIdEnabled() const
{
return m_cwIdEnabled;