XMonad.Actions.Search: fix whitespace & tabs

This commit is contained in:
gwern0
2009-01-29 02:52:46 +00:00
parent 794f70fb04
commit 3c0f793e4a

View File

@@ -20,7 +20,6 @@ module XMonad.Actions.Search ( -- * Usage
promptSearchBrowser,
selectSearch,
selectSearchBrowser,
hasPrefix,
escape,
use,
@@ -49,10 +48,8 @@ module XMonad.Actions.Search ( -- * Usage
wikipedia,
youtube,
multi
-- * Use case: searching with a submap
-- $tip
) where
import Data.Char (chr, ord, isAlpha, isMark, isDigit)