Skip to content

Commit b9806ff

Browse files
stephencelismluisbrown
authored andcommitted
Run swift-format
(cherry picked from commit 21377b752fbb68f35684cee069ce9b1959c23037)
1 parent 5433fb9 commit b9806ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ComposableArchitecture/Internal/_StateObject.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ struct _StateObject<Object: ObservableObject>: DynamicProperty {
1515
defer { storage.objectWillSendIsRelayed = true }
1616
subscription = storage.object.objectWillChange.sink {
1717
[weak objectWillChange = self.objectWillChange] _ in
18-
guard let objectWillChange = objectWillChange else { return }
19-
objectWillChange.send()
18+
guard let objectWillChange = objectWillChange else { return }
19+
objectWillChange.send()
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)