mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-31 10:53:48 -07:00
tests: Apply hlint hints
This commit is contained in:
@@ -37,7 +37,7 @@ prop_view_local (x :: T) = do
|
||||
-- view is idempotent
|
||||
prop_view_idem (x :: T) = do
|
||||
n <- arbitraryTag x
|
||||
return $ view n (view n x) == (view n x)
|
||||
return $ view n (view n x) == view n x
|
||||
|
||||
-- view is reversible, though shuffles the order of hidden/visible
|
||||
prop_view_reversible (x :: T) = do
|
||||
|
Reference in New Issue
Block a user