Skip to content

Commit

Permalink
Swiftlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielDemarco committed Sep 5, 2024
1 parent 2785cf8 commit 0921123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct LoggingView: View {
VStack(alignment: .leading) {
TextField("Message", text: $logMessage)
.textFieldStyle(RoundedBorderTextFieldStyle())

VStack(alignment: .leading) {
Text("Severity")
.bold()
Expand Down

0 comments on commit 0921123

Please sign in to comment.