From a77558e50b6bbb27593feb63a71b8eb73a9bfacf Mon Sep 17 00:00:00 2001 From: Wferr Date: Mon, 5 Jan 2026 01:05:16 -0800 Subject: [PATCH] format --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c313673e..536d56ca 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -258,7 +258,8 @@ void setup() { Serial.println("!!! HEAP CORRUPTION DETECTED AT BOOT !!!"); setupDisplayAndFonts(); exitActivity(); - enterNewActivity(new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD)); + enterNewActivity( + new FullScreenMessageActivity(renderer, mappedInputManager, "Heap corruption", EpdFontFamily::BOLD)); return; }