Formatting

This commit is contained in:
Dave Allie 2026-01-05 20:24:18 +11:00
parent 80b287429b
commit 4739c18e66
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F
2 changed files with 1 additions and 2 deletions

View File

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