mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
Run swift-format
This commit is contained in:
committed by
GitHub Actions
parent
64997d85f3
commit
c5f2089100
@@ -53,15 +53,14 @@ extension Store {
|
||||
.removeDuplicates(by: { ($0 != nil) == ($1 != nil) })
|
||||
.sink { state in
|
||||
if var state = state {
|
||||
unwrap(self.scope {
|
||||
state = $0 ?? state
|
||||
return state
|
||||
})
|
||||
unwrap(
|
||||
self.scope {
|
||||
state = $0 ?? state
|
||||
return state
|
||||
})
|
||||
} else {
|
||||
`else`()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user