run trunk fmt -a (#9400)

* run trunk fmt -a

* fix bracket bug

This was introduced by @tedwardd and @thebentern in 021106dfe5.

See this diff:
         else
+            checkConfigPort = false;
             printf("Using config file %d\n", TCPPort);
This commit is contained in:
Jorropo
2026-01-22 15:46:37 -06:00
committed by GitHub
co-authored by GitHub
parent d8d02cd6ec
commit 4744010295
3 changed files with 9 additions and 11 deletions
+2 -4
View File
@@ -43,13 +43,11 @@ class Esp32C3ExceptionDecoder(DeviceMonitorFilterBase):
self.enabled = self.setup_paths()
if self.config.get("env:" + self.environment, "build_type") != "debug":
print(
"""
print("""
Please build project in debug configuration to get more details about an exception.
See https://docs.platformio.org/page/projectconf/build_configurations.html
"""
)
""")
return self