Fix formatting

This commit is contained in:
Dave Allie
2025-12-15 23:17:23 +11:00
parent a10d903a9f
commit 3303541e15
8 changed files with 21 additions and 30 deletions
+1 -3
View File
@@ -24,9 +24,7 @@ class CrossPointSettings {
~CrossPointSettings() = default;
// Get singleton instance
static CrossPointSettings& getInstance() {
return instance;
}
static CrossPointSettings& getInstance() { return instance; }
bool saveToFile() const;
bool loadFromFile();