Skip to content

Commit

Permalink
Merge pull request #13 from Kove-W-O-Salter/remove-duplicate-init-checks
Browse files Browse the repository at this point in the history
Remove duplicate initialisation checks
  • Loading branch information
psibi authored Nov 16, 2018
2 parents 827cd92 + 5360789 commit 4032154
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 4032154

Please sign in to comment.