Skip to content

Commit 674eee3

Browse files
committed
fix lint violation
1 parent 2182d0d commit 674eee3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Tests/YCoreUITests/Components/ElevationTests.swift

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ final class ElevationTests: XCTestCase {
5555
}
5656

5757
private extension ElevationTests {
58-
func makeSUT(offset: CGSize = CGSize(width: 1, height: 1),
59-
blur: CGFloat = 2,
60-
spread: CGFloat = 3,
61-
color: UIColor = .red,
62-
opacity: CGFloat = 5,
63-
useShadowPath: Bool = true
58+
func makeSUT(
59+
offset: CGSize = CGSize(width: 1, height: 1),
60+
blur: CGFloat = 2,
61+
spread: CGFloat = 3,
62+
color: UIColor = .red,
63+
opacity: CGFloat = 5,
64+
useShadowPath: Bool = true
6465
) -> Elevation {
6566
Elevation(
6667
offset: offset,

0 commit comments

Comments
 (0)