style: apply swiftformat fixes

This commit is contained in:
Peter Steinberger
2026-01-16 05:42:18 +00:00
parent 2b8ce3f06b
commit b7fcc8584f
4 changed files with 15 additions and 13 deletions

View File

@@ -95,7 +95,9 @@ struct GeneralSettings: View {
.pickerStyle(.segmented)
Text("""
Controls remote command execution on this Mac when it is paired as a node. "Always Ask" prompts on each command; "Always Allow" runs without prompts; "Never" disables `system.run`.
Controls remote command execution on this Mac when it is paired as a node. \
"Always Ask" prompts on each command; "Always Allow" runs without prompts; \
"Never" disables `system.run`.
""")
.font(.footnote)
.foregroundStyle(.tertiary)