mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
🔥 redundant parens.
This commit is contained in:
parent
4f8a42650d
commit
4be8ad55d1
@ -139,7 +139,7 @@ runTask task = do
|
||||
Decorate algebra term -> logMessage (Info "Decorate") *> pure (decoratorWithAlgebra algebra term)
|
||||
Diff differ terms -> logMessage (Info "Diff") *> pure (differ terms)
|
||||
Render renderer input -> logMessage (Info "Render") *> pure (renderer input)
|
||||
Distribute tasks -> logMessage (Info "Distribute") *> (Async.mapConcurrently runTask tasks >>= pure . withStrategy (parTraversable rseq))
|
||||
Distribute tasks -> logMessage (Info "Distribute") *> Async.mapConcurrently runTask tasks >>= pure . withStrategy (parTraversable rseq)
|
||||
LiftIO action -> action)
|
||||
task
|
||||
atomically (closeTMQueue logQueue)
|
||||
|
Loading…
Reference in New Issue
Block a user