aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Lib.hs
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2022-03-29 12:32:25 -0600
committerJosh Rahm <joshuarahm@gmail.com>2022-10-09 12:19:45 -0600
commit03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f (patch)
tree112116f82364714a544028614c83a2f843453a09 /src/Internal/Lib.hs
parent4df5a598a5ce83bee4669fd5cc3ab6a3ef60b2fe (diff)
downloadrde-03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f.tar.gz
rde-03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f.tar.bz2
rde-03906bb7a0183c5bc89c30ec3d31d47d06f5fc4f.zip
Remove trailing whitespace
Diffstat (limited to 'src/Internal/Lib.hs')
-rw-r--r--src/Internal/Lib.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Internal/Lib.hs b/src/Internal/Lib.hs
index d8784ea..e608bb0 100644
--- a/src/Internal/Lib.hs
+++ b/src/Internal/Lib.hs
@@ -132,7 +132,7 @@ relativeWorkspaceShift (Selector selector) = do
next :: Selector
next = Selector $ \a l -> select a l l
- where select n (x:y:xs) _ | n == x = y
+ where select n (x:y:xs) _ | n == x = y
select n [x] (y:_) | n == x = y
select n (x:xs) orig = select n xs orig
select n _ _ = n