Run swift-format

This commit is contained in:
mbrandonw
2023-01-18 04:07:46 +00:00
committed by github-actions[bot]
parent b4e6e83c98
commit fd9ce8d14e
3 changed files with 13 additions and 13 deletions

View File

@@ -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.