Skip to content

Commit 9d065d9

Browse files
author
github-actions
committed
Format with fourmolu
1 parent 16706d4 commit 9d065d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

booster/library/Booster/JsonRpc.hs

+4-4
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@ execResponse mbDuration req (d, traces, rr) originalSubstitution unsupported = c
606606
, logs
607607
, state = toExecState p originalSubstitution unsupported Nothing Nothing
608608
, nextStates =
609-
Just $
610-
map
611-
(\(_, muid, p', mrulePred) -> toExecState p' originalSubstitution unsupported (Just muid) mrulePred) $
612-
toList nexts
609+
Just
610+
$ map
611+
(\(_, muid, p', mrulePred) -> toExecState p' originalSubstitution unsupported (Just muid) mrulePred)
612+
$ toList nexts
613613
, rule = Nothing
614614
, unknownPredicate = Nothing
615615
}

0 commit comments

Comments
 (0)