Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
more spacing, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Jan 2, 2018
1 parent a34342c commit 1b768af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clipboard.purs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ foreign import fromStringSelector
-- | copies the text inside the returned element to the clipboard.
foreign import fromElementWithTarget
:: forall eff
. Element
. Element
-> Eff (dom :: DOM | eff) Element
-> Eff (dom :: DOM | eff) Clipboard

Expand Down

0 comments on commit 1b768af

Please sign in to comment.