Skip to content

Commit cccc177

Browse files
committed
Fantomas
1 parent 657f02f commit cccc177

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Compiler/Utilities/Cancellable.fs

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ type Cancellable =
1414
tokenHolder.Value
1515
|> ValueOption.defaultWith (fun () -> if guard then failwith msg else CancellationToken.None)
1616

17-
static member HasCancellationToken =
18-
tokenHolder.Value.IsSome
17+
static member HasCancellationToken = tokenHolder.Value.IsSome
1918

2019
static member Token = ensureToken "Token not available outside of Cancellable computation."
2120

0 commit comments

Comments
 (0)