diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-01 00:18:41 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-01 00:18:41 -0600 |
| commit | 1288720c83a1b38fa8d2a496e8cd11f368e8559d (patch) | |
| tree | ee8bd403e2822dc4f150b1502e5f0a8e35f15f0a /src/Internal/KeysM.hs | |
| parent | 346c9b3da170cd51e5fd4e2bb19f7c1990243942 (diff) | |
| download | rde-1288720c83a1b38fa8d2a496e8cd11f368e8559d.tar.gz rde-1288720c83a1b38fa8d2a496e8cd11f368e8559d.tar.bz2 rde-1288720c83a1b38fa8d2a496e8cd11f368e8559d.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 () |