Skip to content

Commit 9739c03

Browse files
fix
1 parent 0b35c32 commit 9739c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Echidna/MCP.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ showCoverageTool args env _ _ = do
351351
keepSection [] = []
352352
in T.unlines $ concatMap keepSection sections
353353

354-
return $ "```\n" ++ (unpack $ filterReport fullReport) ++ "\n```"
354+
return $ "```\n" ++ unpack (filterReport fullReport) ++ "\n```"
355355
candidates -> return $ printf "Error: Ambiguous contract name '%s'. Found: %s" (unpack contractName) (unpack $ T.intercalate ", " $ map fst candidates)
356356

357357
-- | Registry of available tools

0 commit comments

Comments
 (0)