Skip to content

Commit

Permalink
Merge pull request #859 from Adyen/format-project-github-action
Browse files Browse the repository at this point in the history
v4: Format project
  • Loading branch information
mohammedDehairy authored Apr 21, 2022
2 parents e967e20 + ca7f5c3 commit d2e09f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ internal class CardComponentDelegateMock: CardComponentDelegate {

internal init(onBINDidChange: @escaping (String) -> Void,
onCardBrandChange: @escaping ([CardBrand]?) -> Void,
onSubmitLastFour: @escaping ((String) -> Void))
{
onSubmitLastFour: @escaping ((String) -> Void)) {
self.onBINDidChange = onBINDidChange
self.onCardBrandChange = onCardBrandChange
self.onSubmitLastFour = onSubmitLastFour
Expand Down

0 comments on commit d2e09f6

Please sign in to comment.