remove redundant double newline in "Show Version"
What changed, and why it matters
This commit removes one extra blank line from the on-screen 'Show Version' display text. It is a cosmetic formatting cleanup with no security relevance.
No security action needed; treat as a routine UI cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change deletes a single redundant newline character in a multi-line format string used to render firmware version information in shared/actions.py. The resulting display now has one fewer blank line between the firmware build details and the bootloader section. There is no code logic, input handling, cryptographic, or access-control change.
Changed components
shared/actions.py - Show Version display string formattingInspect captured patch +0 / −1
diff --git a/shared/actions.py b/shared/actions.py
index 35e9aed..20a239e 100644
--- a/shared/actions.py
+++ b/shared/actions.py
@@ -2201,7 +2201,6 @@ Coldcard Firmware
{rel}
{built}
-
Bootloader:
{bl}
{chk}
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.