fix clang-format

This commit is contained in:
Xuan Son Nguyen 2026-01-22 12:18:00 +01:00
parent 1867b55f52
commit bab513cc95

View File

@ -103,8 +103,7 @@ class CrossPointSettings {
static CrossPointSettings& getInstance() { return instance; }
uint16_t getPowerButtonDuration() const {
return (shortPwrBtn == CrossPointSettings::SHORT_PWRBTN::SLEEP)
? SHORT_PRESS_DURATION_MS : LONG_PRESS_DURATION_MS;
return (shortPwrBtn == CrossPointSettings::SHORT_PWRBTN::SLEEP) ? SHORT_PRESS_DURATION_MS : LONG_PRESS_DURATION_MS;
}
int getReaderFontId() const;