Skip to content

Commit e5a128c

Browse files
committed
Lint
1 parent ec5d9c2 commit e5a128c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FSharp.Control.TaskSeq/Utils.fsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ open System.Threading.Tasks.Sources
66

77
[<AutoOpen>]
88
module ValueTaskExtensions =
9-
type System.Threading.Tasks.ValueTask with
9+
type ValueTask with
1010

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

1414
module ValueTask =
1515

0 commit comments

Comments
 (0)