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
1a8bccc62e
commit
e043226f3d
@@ -68,7 +68,7 @@ import SwiftUI
|
||||
/// TodoView(store: todoStore)
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
///
|
||||
public struct ForEachStore<EachState, EachAction, Data, ID, Content>: DynamicViewContent
|
||||
where Data: Collection, ID: Hashable, Content: View {
|
||||
public let data: Data
|
||||
|
||||
Reference in New Issue
Block a user