Skip to content

Commit 0a00e73

Browse files
mbrandonwmluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit b3c08016921c7c26ab0a005c191c3c6dba039909)
1 parent ddb758a commit 0a00e73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/ComposableArchitectureTests/EffectOperationTests.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ class EffectOperationTests: XCTestCase {
105105
try await Task.sleep(nanoseconds: NSEC_PER_SEC / 10)
106106
return 42
107107
}
108-
.merge(
109-
with: .task {
110-
try await Task.sleep(nanoseconds: NSEC_PER_SEC / 5)
111-
return 1729
112-
}
113-
)
108+
.merge(
109+
with: .task {
110+
try await Task.sleep(nanoseconds: NSEC_PER_SEC / 5)
111+
return 1729
112+
}
113+
)
114114
switch effect.operation {
115115
case let .run(_, send):
116116
await send(.init(send: { values.append($0) }))

0 commit comments

Comments
 (0)