From a1b64c6ca6d31a558c7562e074456e52051aa16c Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 1 Apr 2022 00:18:41 -0600 Subject: Remove trailing space --- src/Internal/KeysM.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Internal/KeysM.hs') diff --git a/src/Internal/KeysM.hs b/src/Internal/KeysM.hs index fa9b49f..e490b89 100644 --- a/src/Internal/KeysM.hs +++ b/src/Internal/KeysM.hs @@ -377,7 +377,7 @@ altgrMod = maskMod altgrMask {- Can combine two or more of the functions above to apply the same action to - multiple masks. -} -(-|-) :: (Binding k b) => +(-|-) :: (Binding k b) => (k -> BindingBuilder b ()) -> (k -> BindingBuilder b ()) -> k -> BindingBuilder b () -- cgit