Skip to content

Commit

Permalink
Remove duplicate initialisation checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kove W. Ochre-Salter committed Nov 15, 2018
1 parent dc0233d commit 5360789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ tldrInitialized = do

initializeTldrPages :: IO ()
initializeTldrPages = do
initialized <- tldrInitialized
initialized <- tldrInitialized
unless initialized $ do
homeDir <- getHomeDirectory
Expand Down

0 comments on commit 5360789

Please sign in to comment.