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 Jul 7, 2024
1 parent 16706d4 commit 9d065d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions booster/library/Booster/JsonRpc.hs
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,10 @@ execResponse mbDuration req (d, traces, rr) originalSubstitution unsupported = c
, logs
, state = toExecState p originalSubstitution unsupported Nothing Nothing
, nextStates =
Just $
map
(\(_, muid, p', mrulePred) -> toExecState p' originalSubstitution unsupported (Just muid) mrulePred) $
toList nexts
Just
$ map
(\(_, muid, p', mrulePred) -> toExecState p' originalSubstitution unsupported (Just muid) mrulePred)
$ toList nexts
, rule = Nothing
, unknownPredicate = Nothing
}
Expand Down

0 comments on commit 9d065d9

Please sign in to comment.