Skip to content

Commit 6a33015

Browse files
mluisbrowngithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 11df1d5 commit 6a33015

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import Benchmark
2+
import ComposableArchitecture
3+
import Foundation
4+
25
#if canImport(Combine)
36
import Combine
47
#endif
5-
import ComposableArchitecture
6-
import Foundation
78

89
let viewStoreSuite = BenchmarkSuite(name: "ViewStore") {
910
let store = Store(

0 commit comments

Comments
 (0)