Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 92ee4d5

Browse files
Cleaning
1 parent 2e87ff1 commit 92ee4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Copilot/Visualize.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ interpObserversOpt _spec = map (second (map Just)) . interpObservers
122122
-- For each trigger, we first include the values of the trigger itself, and
123123
-- then the values of the arguments to the trigger.
124124
interpTriggersWithArgs :: Spec -> ExecTrace -> [(String, [Maybe Output])]
125-
interpTriggersWithArgs spec e = concatMap triggerOutputs (interpTriggers e)
125+
interpTriggersWithArgs spec = concatMap triggerOutputs . interpTriggers
126126
where
127127
-- This function adds one more output for the trigger itself.
128128
triggerOutputs :: (String, [Maybe [Output]]) -> [(String, [Maybe Output])]

0 commit comments

Comments
 (0)