Skip to content

Commit d2c1bfb

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 1da96de commit d2c1bfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/ComposableArchitectureMacrosTests/ObservableStateMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
final class ObservableStateMacroTests: MacroBaseTestCase {
99
override func invokeTest() {
10-
withMacroTesting(// record: .failed,
10+
withMacroTesting( // record: .failed,
1111
) {
1212
super.invokeTest()
1313
}

Tests/ComposableArchitectureTests/StoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ final class StoreTests: BaseTCATestCase {
13521352
}
13531353
parentStore = store
13541354
store.send(.presentButtonTapped)
1355-
guard let _ = store.scope(state: \.child, action: \.child) else {
1355+
guard store.scope(state: \.child, action: \.child) != nil else {
13561356
Issue.record("Child is 'nil'")
13571357
return
13581358
}

0 commit comments

Comments
 (0)