Removed more extra newlines since mqtt authentication commit.

This commit is contained in:
William Peters
2025-01-17 16:44:08 +01:00
parent 984651169f
commit 1ac35d10bd

2
Conf.h
View File

@@ -61,7 +61,6 @@ public:
std::string getMQTTUser() const;
std::string getMQTTPass() const;
// The CW ID section
bool getCWIdEnabled() const;
unsigned int getCWIdTime() const;
@@ -416,7 +415,6 @@ private:
std::string m_mqttUser;
std::string m_mqttPass;
bool m_cwIdEnabled;
unsigned int m_cwIdTime;
std::string m_cwIdCallsign;