Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 10, 2024
1 parent 0e97222 commit 5a1b2c8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ struct PostSettingsView: View {
} header: {
Text("Interactions and Info")
} footer: {
Text(
"Choose which information is shown when using Large or Headline mode. In Compact mode, all info stack widgets are shown."
)
// swiftlint:disable:next line_length
Text("Choose which information is shown when using Large or Headline mode. In Compact mode, all info stack widgets are shown.")
}

Section("Website Previews") {
Expand Down

0 comments on commit 5a1b2c8

Please sign in to comment.