We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b35c32 commit 9739c03Copy full SHA for 9739c03
lib/Echidna/MCP.hs
@@ -351,7 +351,7 @@ showCoverageTool args env _ _ = do
351
keepSection [] = []
352
in T.unlines $ concatMap keepSection sections
353
354
- return $ "```\n" ++ (unpack $ filterReport fullReport) ++ "\n```"
+ return $ "```\n" ++ unpack (filterReport fullReport) ++ "\n```"
355
candidates -> return $ printf "Error: Ambiguous contract name '%s'. Found: %s" (unpack contractName) (unpack $ T.intercalate ", " $ map fst candidates)
356
357
-- | Registry of available tools
0 commit comments