Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Jul 13, 2023
1 parent a66ecfd commit 6a40805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pact/Gas.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ computeGas i args = do
throwErr GasError info $ "Gas limit (" <> pretty _geGasLimit <> ") exceeded: " <> pretty gUsed
else return gUsed
where
msg name used = renderCompactText' (pretty name <> ":" <> pretty args <> ":currTotalGas=" <> pretty used)
msg name used = renderCompactText' (pretty name <> ":" <> pretty args <> ":currTotalGas=" <> pretty used)
{-# INLINABLE computeGas #-}

-- | Performs gas calculation for incremental computations with some caveats:
Expand Down

0 comments on commit 6a40805

Please sign in to comment.