Skip to content

Commit 4f377cf

Browse files
committed
Fail build with compile error
1 parent 8b2c2d1 commit 4f377cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq/Utils.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module ValueTaskExtensions =
1212
static member inline CompletedTask = Unchecked.defaultof<ValueTask>
1313

1414

15-
module ValueTask =
15+
module ValueTask
1616
/// A successfully completed ValueTask of boolean that has the value false.
1717
let False = ValueTask<bool>()
1818

0 commit comments

Comments
 (0)