Skip to content

Commit 2da5c06

Browse files
committed
FL0055
1 parent 9d5283c commit 2da5c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharpLint.Client/LSPFSharpLintService.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ type LSPFSharpLintService() =
239239
interface FSharpLintService with
240240
member this.Dispose() =
241241
if not cts.IsCancellationRequested then
242-
let _ = agent.PostAndReply Reset
242+
agent.PostAndReply Reset |> ignore
243243
cts.Cancel()
244244

245245
member _.VersionAsync(versionRequest: VersionRequest, ?cancellationToken: CancellationToken) : Task<FSharpLintResponse> =

0 commit comments

Comments
 (0)