We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657f02f commit cccc177Copy full SHA for cccc177
src/Compiler/Utilities/Cancellable.fs
@@ -14,8 +14,7 @@ type Cancellable =
14
tokenHolder.Value
15
|> ValueOption.defaultWith (fun () -> if guard then failwith msg else CancellationToken.None)
16
17
- static member HasCancellationToken =
18
- tokenHolder.Value.IsSome
+ static member HasCancellationToken = tokenHolder.Value.IsSome
19
20
static member Token = ensureToken "Token not available outside of Cancellable computation."
21
0 commit comments