display blank line before displaying password
This commit is contained in:
parent
c5084c3cb0
commit
12049652c4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user