We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2182d0d commit 674eee3Copy full SHA for 674eee3
Tests/YCoreUITests/Components/ElevationTests.swift
@@ -55,12 +55,13 @@ final class ElevationTests: XCTestCase {
55
}
56
57
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
+ func makeSUT(
+ offset: CGSize = CGSize(width: 1, height: 1),
+ blur: CGFloat = 2,
+ spread: CGFloat = 3,
+ color: UIColor = .red,
+ opacity: CGFloat = 5,
64
+ useShadowPath: Bool = true
65
) -> Elevation {
66
Elevation(
67
offset: offset,
0 commit comments