Skip to content

Commit

Permalink
Unify header spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-is committed Feb 12, 2020
1 parent 7e1e3b5 commit 77e4994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Elementary/Effect+Join.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

public func join<State, Action>(effects: Effect<State, Action>...) -> Effect<State, Action> {
join(effects: effects)
}
Expand Down
1 change: 1 addition & 0 deletions Sources/Elementary/Typealiases.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

public typealias Call = () -> Void
public typealias Dispatch<Action> = (Action) -> Void
public typealias Update<State, Action> = (inout State, Action) -> Void
Expand Down

0 comments on commit 77e4994

Please sign in to comment.