Run swift-format

This commit is contained in:
mbrandonw
2021-06-14 18:15:34 +00:00
committed by GitHub Actions
parent 1a8bccc62e
commit e043226f3d
4 changed files with 4 additions and 4 deletions

View File

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