From 1b768af04c2c04dc6a15dbbe3de4f30369ba3331 Mon Sep 17 00:00:00 2001 From: kritzcreek Date: Tue, 2 Jan 2018 12:02:45 +0100 Subject: [PATCH] more spacing, for consistency --- src/Clipboard.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Clipboard.purs b/src/Clipboard.purs index 2a0d8b9..233f34d 100644 --- a/src/Clipboard.purs +++ b/src/Clipboard.purs @@ -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