Skip to content

Commit

Permalink
locli-latex: revert spurious reformatting
Browse files Browse the repository at this point in the history
Some debug output got sprinkled in. When taking it out, I appear to
have inadvertently left some reformatting behind. This reverts it.
This patch is expected to be rebased back into the grand merge.
  • Loading branch information
NadiaYvette committed Apr 17, 2024
1 parent 439af1c commit d6241ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions bench/locli/app/locli.hs
Expand Up @@ -8,7 +8,8 @@ import Cardano.TopHandler


main :: IO ()
main = do
toplevelExceptionHandler $ do
co <- Opt.customExecParser pref opts
orDie renderCommandError $ runCommand co
main = toplevelExceptionHandler $ do

co <- Opt.customExecParser pref opts

orDie renderCommandError $ runCommand co

0 comments on commit d6241ef

Please sign in to comment.