Skip to content

Commit a05fd81

Browse files
author
Tim Watson
committed
cosmetic
1 parent d2d38f2 commit a05fd81

File tree

1 file changed

+1
-0
lines changed
  • distributed-process/src/Control/Distributed/Process/Internal

1 file changed

+1
-0
lines changed

distributed-process/src/Control/Distributed/Process/Internal/Trace.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ traceFormat :: (Show a)
6565
traceFormat NoOpTracer _ _ = return ()
6666
traceFormat t f xs =
6767
trace t $ foldl' (\e a -> ((show e) `f` (show a))) "" xs
68+

0 commit comments

Comments
 (0)