]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad: replace incorrect use of otherwise with _
authorSimon Ruderich <simon@ruderich.org>
Wed, 15 Apr 2015 00:55:16 +0000 (02:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 15 Apr 2015 00:55:16 +0000 (02:55 +0200)
xmonad/xmonad.hs

index 94221468fef841ec32184b9b211ed7030ac3b499..198bf7fcf89b39b902ce34abc515a3bafd66b3de 100644 (file)
@@ -36,7 +36,7 @@ import qualified XMonad.StackSet as W
 avoidMaster :: W.StackSet i l a s sd -> W.StackSet i l a s sd
 avoidMaster = W.modify' $ \c -> case c of
     W.Stack t [] (r:rs) -> W.Stack r [] (t:rs)
-    otherwise           -> c
+    _                   -> c
 
 -- Create my custom layout.
 --