Skip to content

Commit

Permalink
removed self not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyfahi committed Jun 28, 2024
1 parent 41fb51e commit 10a8899
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ public class BrazePromotionView: UIView {
private func determineImagePosition() {
switch viewModel.style {
case .defaultStyle:
self.imagePosition = .right
imagePosition = .right
case .leftAlignedGraphic:
self.imagePosition = .left
imagePosition = .left
case .topAlignedGraphic:
self.imagePosition = .top
imagePosition = .top
}
}

Expand Down

0 comments on commit 10a8899

Please sign in to comment.