btn: no newlines in description

This commit is contained in:
Maxim Prokhorov
2023-01-12 02:35:54 +03:00
parent dca13574d9
commit 3513d0468e

View File

@@ -1251,7 +1251,7 @@ public:
String description() const override {
char buffer[64];
snprintf_P(buffer, sizeof(buffer),
PSTR("%s @ level %d (%d...%d)\n"),
PSTR("%s @ level %d (%d...%d)"),
id(), _expected, _from, _to);
return buffer;