Skip to content

Commit 0d2b624

Browse files
mbrandonwactions-user
authored andcommitted
Run swift-format
1 parent f6d2926 commit 0d2b624

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/ComposableArchitecture/TestSupport/TestStore.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@
163163
) {
164164
assert(steps, file: file, line: line)
165165
}
166-
166+
167167
/// Asserts against an array of actions.
168168
public func assert(
169-
_ steps: [Step],
170-
file: StaticString = #file,
171-
line: UInt = #line
169+
_ steps: [Step],
170+
file: StaticString = #file,
171+
line: UInt = #line
172172
) {
173-
var receivedActions: [Action] = []
173+
var receivedActions: [Action] = []
174174

175175
var cancellables: [AnyCancellable] = []
176176

0 commit comments

Comments
 (0)