1
0
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:
Spencer Janssen
2007-10-15 02:27:57 +00:00
parent bd6a52e587
commit 01cf4a5581

@@ -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))
-- ---------------------------------------------------------------------