Skip to content

Commit 5cb5b91

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent ae2515f commit 5cb5b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/ComposableArchitectureTests/StorePerceptionTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ final class StorePerceptionTests: BaseTCATestCase {
8080
let cancellable = store.publisher.sink { [weak label] state in
8181
label?.text = "\(state.count)"
8282
}
83-
objc_setAssociatedObject(label, cancellableKey, cancellable, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
83+
objc_setAssociatedObject(
84+
label, cancellableKey, cancellable, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
8485
return label
8586
}
8687
func updateUIView(_ view: UILabel, context: Context) {}

0 commit comments

Comments
 (0)