Skip to content

Commit

Permalink
fix: Fix swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu-dgl committed Sep 10, 2024
1 parent c3845b6 commit d7c5b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mail/Views/Bottom sheets/Actions/BlockSenderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ struct BlockSenderView: View {

private func getMessages(for recipient: Recipient) -> [Message] {
return reportedMessages.filter { message in
message.from.contains(where: {$0 == recipient})

message.from.contains(where: { $0 == recipient })
}
}

Expand Down

0 comments on commit d7c5b46

Please sign in to comment.