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[bot]
parent
b4e6e83c98
commit
fd9ce8d14e
@@ -292,7 +292,7 @@ public final class ViewStore<ViewState, ViewAction>: ObservableObject {
|
||||
public func send(_ action: ViewAction, animation: Animation?) -> ViewStoreTask {
|
||||
send(action, transaction: Transaction(animation: animation))
|
||||
}
|
||||
|
||||
|
||||
/// Sends an action to the store with a given transaction.
|
||||
///
|
||||
/// See ``ViewStore/send(_:)`` for more info.
|
||||
|
||||
Reference in New Issue
Block a user