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 <rahm@google.com>2022-03-29 12:32:25 -0600
commita9286e8c39cc8de56de7a723c9ddabd78ac64198 (patch)
tree112116f82364714a544028614c83a2f843453a09 /src/Internal/Lib.hs
parent8678e0b8e6e2d25db7eebf2a90c78687530eb711 (diff)
downloadrde-a9286e8c39cc8de56de7a723c9ddabd78ac64198.tar.gz
rde-a9286e8c39cc8de56de7a723c9ddabd78ac64198.tar.bz2
rde-a9286e8c39cc8de56de7a723c9ddabd78ac64198.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