Skip to content

Commit

Permalink
Code review improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdubey committed Jan 8, 2025
1 parent 95c8b5d commit 01d3f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GOVKit/Sources/GOVKit/Views/Common/DividerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public final class DividerView: UIView {
}

private func configureConstraints() {
heightAnchor.constraint(equalToConstant: 0.33).isActive = true
heightAnchor.constraint(equalToConstant: SinglePixelLineHelper.pixelSize).isActive = true
}
}

0 comments on commit 01d3f80

Please sign in to comment.