Skip to content

Commit

Permalink
Fix wrong space
Browse files Browse the repository at this point in the history
  • Loading branch information
thSoft committed May 28, 2014
1 parent 0de1592 commit 790e866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elm/elm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ interface ElmComponent<P> {
ports: P;
}

interface PortToElm<V> {
interface PortToElm<V> {
send(value: V): void;
}

interface PortFromElm<V> {
subscribe(handler: (value: V) => void): void;
unsubscribe(handler: (value: V) => void): void;
}
}

0 comments on commit 790e866

Please sign in to comment.