Skip to content

Commit 3af2999

Browse files
devkaranCTmpospese
authored andcommitted
CM-1012: Fixed swiftlint violations
1 parent 3eeec15 commit 3af2999

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Sources/YCoreUI/Extensions/UIKit/UIView+constrainAspectRatio.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ extension UIView {
2626
) -> NSLayoutConstraint {
2727
constrain(
2828
.widthAnchor,
29-
to : heightAnchor,
30-
relatedBy : relation,
29+
to: heightAnchor,
30+
relatedBy: relation,
3131
multiplier: ratio,
32-
constant : offset,
32+
constant: offset,
3333
priority: priority,
3434
isActive: isActive
3535
)

Tests/YCoreUITests/Extensions/UIKit/UIView+constrainAspectRatioTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ private extension UIViewContrainAspectRatioTests {
7171
return sut
7272
}
7373
}
74-

0 commit comments

Comments
 (0)