Skip to content

Commit 8c31c52

Browse files
committed
Change function from top level
1 parent bb58c64 commit 8c31c52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Control/Concurrent/Execute.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ runActions' ExecuteState {..} = loop
170170
in modifyTVar esActions $ map dropDep
171171
restore loop
172172

173-
-- | Filter a list of actions to include only those that depend on the given
174-
-- action.
175-
downstreamActions :: ActionId -> [Action] -> [Action]
176-
downstreamActions aid = filter (\a -> aid `Set.member` actionDeps a)
173+
-- | Filter a list of actions to include only those that depend on the given
174+
-- action.
175+
downstreamActions :: ActionId -> [Action] -> [Action]
176+
downstreamActions aid = filter (\a -> aid `Set.member` actionDeps a)

0 commit comments

Comments
 (0)