Skip to content

Commit 1a5876c

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent da6e07c commit 1a5876c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Sources/swift-composable-architecture-benchmark/StoreSuite.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ private func none(level: Int) -> Feature.Action {
9696
}
9797
private func count(of state: Feature.State?, level: Int) -> Int? {
9898
level == 0
99-
? state?.count
100-
: count(of: state?.child, level: level - 1)
99+
? state?.count
100+
: count(of: state?.child, level: level - 1)
101101
}

Tests/ComposableArchitectureTests/Internal/BaseTCATestCase.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import XCTest
2-
31
@_spi(Internals) import ComposableArchitecture
2+
import XCTest
43

54
class BaseTCATestCase: XCTestCase {
65
override func tearDown() {

0 commit comments

Comments
 (0)