mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
Apply hlint 3.3 hints
This commit is contained in:
@@ -92,10 +92,6 @@ vmask numLockMask msk = unwords $
|
||||
fst $
|
||||
foldr vmask' ([],msk) masks
|
||||
where
|
||||
|
||||
#if __GLASGOW_HASKELL__ < 707
|
||||
finiteBitSize x = bitSize x
|
||||
#endif
|
||||
masks = map (\m -> (m,show m)) [0..toEnum (finiteBitSize msk - 1)] ++
|
||||
[(numLockMask,"num" )
|
||||
,( lockMask,"lock" )
|
||||
|
Reference in New Issue
Block a user