Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PaulGoldschmidt and PSchmiedmayer authored Feb 17, 2025
1 parent 69540f6 commit d78345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ENGAGEHF/Dashboard/Messages/MessageRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct MessageRow: View {
Text(message.title)
.bold()
}
.font(.subheadline)
.font(.subheadline)
Spacer()
if message.isDismissible && !message.isProcessing {
XButton(message: message, labelSize: dismissLabelSize)
Expand Down

0 comments on commit d78345a

Please sign in to comment.