fix(docs): remove trailing newlines

This commit is contained in:
Balduin
2026-08-06 13:39:17 +02:00
committed by Balduin
parent d4992442fe
commit 3228b45ceb
@@ -424,7 +424,7 @@ This allows PX4 automatic flight modes that require a global position to be used
with open(filename, 'w', encoding='utf-8') as f:
# 'w' stands for 'write' mode, which creates the file or overwrites an existing one.
f.write(mode_requirements_markdown)
print(f"✅ Successfully wrote content to {filename}")
except Exception as e:
@@ -491,9 +491,3 @@ The following requirements must be met to arm in this mode, or to switch to this
f"({vehicle_type}, {flight_mode})\n"
f" • Re-running with --suppress_warnings to silence this warning"
)