Skip to content

Commit

Permalink
Format with fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 22, 2024
1 parent 0124524 commit ddd394b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions library/Booster/JsonRpc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ respond stateVar =

result <- case internalised of
Left [] -> do
Log.logErrorNS "booster"
Log.logErrorNS
"booster"
"Error internalising cterm."
Log.logOtherNS
"booster"
Expand Down Expand Up @@ -362,7 +363,8 @@ respond stateVar =
internaliseTermOrPredicate DisallowAlias CheckSubsorts Nothing def req.state.term
case internalised of
Left [] -> do
Log.logErrorNS "booster"
Log.logErrorNS
"booster"
"Error internalising cterm."
Log.logOtherNS
"booster"
Expand Down

0 comments on commit ddd394b

Please sign in to comment.