Skip to content

Commit fe85713

Browse files
committed
Add back space
1 parent 05ff940 commit fe85713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Act/CLI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ decompile' :: FilePath -> Text -> Solvers.Solver -> Maybe Integer -> Bool -> IO
222222
decompile' solFile' cid solver' timeout debug' = do
223223
let config = if debug' then debugActConfig else defaultActConfig
224224
cores <- fmap fromIntegral getNumProcessors
225-
json <-flip (solc Solidity) False =<< TIO.readFile solFile'
225+
json <- flip (solc Solidity) False =<< TIO.readFile solFile'
226226
let (Contracts contracts, _, _) = fromJust $ readStdJSON json
227227
case Map.lookup ("hevm.sol:" <> cid) contracts of
228228
Nothing -> do

0 commit comments

Comments
 (0)