Skip to content

Commit eab3982

Browse files
authored
Fix typos in Store.swift (#3547)
Fix formatting by removing extra space before 'public'.
1 parent 2ebda6a commit eab3982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/ComposableArchitecture/Store.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,7 @@ public final class Store<State, Action> {
331331
}
332332

333333
@_spi(Internals)
334-
public
335-
func scope<ChildState, ChildAction>(
334+
public func scope<ChildState, ChildAction>(
336335
id: ScopeID<State, Action>?,
337336
state: ToState<State, ChildState>,
338337
action fromChildAction: @escaping (ChildAction) -> Action,

0 commit comments

Comments
 (0)