diff options
Diffstat (limited to 'src/XMonad/Custom/Prompt.hs')
-rw-r--r-- | src/XMonad/Custom/Prompt.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/XMonad/Custom/Prompt.hs b/src/XMonad/Custom/Prompt.hs index 59f19de..e8762d1 100644 --- a/src/XMonad/Custom/Prompt.hs +++ b/src/XMonad/Custom/Prompt.hs @@ -8,10 +8,10 @@ -- module XMonad.Custom.Prompt - ( listCompFunc - , aListCompFunc - , predicateFunction - ) where + ( listCompFunc + , aListCompFunc + , predicateFunction + ) where import Data.Char import Data.List |