Skip to content

Commit

Permalink
Clean swiftlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed May 14, 2024
1 parent 312e137 commit 2a29c75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class ChoosePaymentCoordinator: NSObject, ViewAttachable {
.installmentWhiteLabelBBL: .installmentBBL
]

for (keepingSourceType, removingSourceType) in filter
for (keepingSourceType, removingSourceType) in filter
where sourceTypes.contains(keepingSourceType) {
sourceTypes.removeAll { $0 == removingSourceType }
}
Expand Down

0 comments on commit 2a29c75

Please sign in to comment.