display blank line before displaying password

This commit is contained in:
Jonathan Lamothe 2018-12-24 12:56:03 -05:00
parent c5084c3cb0
commit 12049652c4

View File

@ -135,6 +135,7 @@ quit = return ()
showPass :: String -> S.StateT Status IO ()
showPass x = do
lift $ putStrLn ""
db <- S.gets $ view database
case pwGetService x db of
Nothing -> lift $ putStrLn "service not found"