Skip to content

Commit

Permalink
Apply format
Browse files Browse the repository at this point in the history
Co-authored-by: Abel Braaksma <[email protected]>
  • Loading branch information
gusty and abelbraaksma committed Nov 14, 2022
1 parent bd70aea commit e4834ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq/TaskSeq.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module TaskSeq =
{ new IAsyncEnumerator<'T> with
member _.MoveNextAsync () = ValueTask.FromResult false
member _.Current with get() = Unchecked.defaultof<'T>
member _.DisposeAsync () = ValueTask.CompletedTask
member _.DisposeAsync () = ValueTask.CompletedTask
}
}

Expand Down

0 comments on commit e4834ab

Please sign in to comment.