mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-29 03:01:52 -07:00
Whitespace fixes for Properties.hs
This commit is contained in:
@@ -458,7 +458,7 @@ prop_delete_focus_not_end (x :: T) =
|
||||
-- preserve order
|
||||
prop_filter_order (x :: T) =
|
||||
case stack $ workspace $ current x of
|
||||
Nothing -> True
|
||||
Nothing -> True
|
||||
Just s@(Stack i _ _) -> integrate' (S.filter (/= i) s) == filter (/= i) (integrate' (Just s))
|
||||
|
||||
-- ---------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user