diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-01 00:18:41 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-09 15:13:10 -0600 |
| commit | a1b64c6ca6d31a558c7562e074456e52051aa16c (patch) | |
| tree | 967ee706c002cd41d3a7b15c9fdaa3b2d749a823 /src/Internal/KeysM.hs | |
| parent | b8428f25d0beeb9ee08fdb51d35d6c912d24f72a (diff) | |
| download | rde-a1b64c6ca6d31a558c7562e074456e52051aa16c.tar.gz rde-a1b64c6ca6d31a558c7562e074456e52051aa16c.tar.bz2 rde-a1b64c6ca6d31a558c7562e074456e52051aa16c.zip | |
Remove trailing space
Diffstat (limited to 'src/Internal/KeysM.hs')
| -rw-r--r-- | src/Internal/KeysM.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |