Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 31, 2024
1 parent 1d1dac5 commit 3ea7b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FSharp.Control.TaskSeq/Utils.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ open System.Threading.Tasks.Sources

[<AutoOpen>]
module ValueTaskExtensions =
type System.Threading.Tasks.ValueTask with
type ValueTask with

/// (Extension member) Gets a task that has already completed successfully.
static member inline CompletedTask: System.Threading.Tasks.ValueTask
static member inline CompletedTask: ValueTask

module ValueTask =

Expand Down

0 comments on commit 3ea7b1e

Please sign in to comment.