Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 15, 2023
1 parent afd8a83 commit 2ec313b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Propulsion/Pipeline.fs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type [<AbstractClass; Sealed>] PipelineFactory private () =
let recordExn (e: exn) = tcs.TrySetException e |> ignore
let inner () = task {
try do! pump ct
// If the source completes all reading cleanly, convey that fact ()
// If the source completes all reading cleanly, convey that fact
if not ct.IsCancellationRequested then log.Information "Source drained..."
markCompleted ()
with e ->
Expand Down

0 comments on commit 2ec313b

Please sign in to comment.