Skip to content

Commit

Permalink
cleanup spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Sep 8, 2023
1 parent 676f3ff commit 553db06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class BraintreeDemoAmexViewController: BraintreeDemoPaymentButtonBaseViewControl

override func viewDidLoad() {
super.viewDidLoad()

title = "Amex"
}

Expand All @@ -23,6 +22,7 @@ class BraintreeDemoAmexViewController: BraintreeDemoPaymentButtonBaseViewControl
stackView.alignment = .center
stackView.distribution = .fillEqually
stackView.translatesAutoresizingMaskIntoConstraints = false

return stackView
}

Expand Down

0 comments on commit 553db06

Please sign in to comment.