Skip to content

Commit

Permalink
Fix typos in Store.swift (#3547)
Browse files Browse the repository at this point in the history
Fix formatting by removing extra space before 'public'.
  • Loading branch information
Benedicto-H authored Jan 9, 2025
1 parent 2ebda6a commit eab3982
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/ComposableArchitecture/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,7 @@ public final class Store<State, Action> {
}

@_spi(Internals)
public
func scope<ChildState, ChildAction>(
public func scope<ChildState, ChildAction>(
id: ScopeID<State, Action>?,
state: ToState<State, ChildState>,
action fromChildAction: @escaping (ChildAction) -> Action,
Expand Down

0 comments on commit eab3982

Please sign in to comment.