From 00569f2ef1a78fd1e89071b22bc793774eb0f4a3 Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 19 Sep 2025 14:13:03 +0200 Subject: [PATCH] chore: formatting fix in style.h --- src/style.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.h b/src/style.h index 7bdfea6..9199112 100644 --- a/src/style.h +++ b/src/style.h @@ -63,8 +63,8 @@ constexpr uint16_t headerSizes[] = { }; #define BODY()\ - fontId = FONT_DEFAULT,\ - .fontSize = baseFontSize +fontId = FONT_DEFAULT,\ +.fontSize = baseFontSize #define H(level_)\ fontId = FONT_BOLD,\