Skip to content

Commit

Permalink
[COASTAL-900] correcting inset for margin (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamming authored Jan 22, 2025
1 parent 61b3f3d commit 349ae49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Loop/Views/CarbEntryTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ class CarbEntryTableViewCell: UITableViewCell {
}
}

override func layoutSubviews() {
super.layoutSubviews()

contentView.layoutMargins.left = separatorInset.left
contentView.layoutMargins.right = separatorInset.left
}

override func awakeFromNib() {
super.awakeFromNib()

Expand Down

0 comments on commit 349ae49

Please sign in to comment.