🎨 :: Format code

This commit is contained in:
Felix Mau
2022-04-27 18:48:31 +02:00
parent 6a80af2cd7
commit 240150d8c8
2 changed files with 2 additions and 2 deletions
@@ -150,7 +150,7 @@ final class GradientActivityIndicatorViewModelTestCase: XCTestCase {
}
// Then
let expectedGradientLayerColors = [UIColor.red, .yellow, .green, .yellow, .red, .yellow, .green].map { $0.cgColor }
let expectedGradientLayerColors = [UIColor.red, .yellow, .green, .yellow, .red, .yellow, .green].map(\.cgColor)
XCTAssertEqual(receivedGradientLayerColors, expectedGradientLayerColors)
}