Formatting

This commit is contained in:
Dave Allie
2026-01-05 20:24:18 +11:00
parent 80b287429b
commit 4739c18e66
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ struct SettingInfo {
// Bounds/step for VALUE type settings
ValueRange valueRange;
// Static constructors
static SettingInfo Toggle(const char* name, uint8_t CrossPointSettings::* ptr) {
return {name, SettingType::TOGGLE, ptr};