From 6821ffbfa3c56060fb830d3a5baa4546b7659fda Mon Sep 17 00:00:00 2001 From: Fendor Date: Sun, 29 Aug 2021 12:13:56 +0200 Subject: [PATCH] Fix hlint warning, remove commit again --- ghcide/src/Development/IDE/Core/FileStore.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcide/src/Development/IDE/Core/FileStore.hs b/ghcide/src/Development/IDE/Core/FileStore.hs index 2bab6607d48..8dbac9f1bdf 100644 --- a/ghcide/src/Development/IDE/Core/FileStore.hs +++ b/ghcide/src/Development/IDE/Core/FileStore.hs @@ -289,7 +289,7 @@ typecheckParentsAction nfp = do Just rs -> do liftIO $ (log $ "Typechecking reverse dependencies for " ++ show nfp ++ ": " ++ show revs) `catch` \(e :: SomeException) -> log (show e) - () <$ uses GetModIface rs + void $ uses GetModIface rs -- | Note that some keys have been modified and restart the session -- Only valid if the virtual file system was initialised by LSP, as that