Skip to content

Commit

Permalink
Update Fantomas.Client to 0.9.0 (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Feb 24, 2023
1 parent 9c3fb45 commit 3498a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NUGET
DiffPlex (>= 1.6.3)
Expecto (>= 9.0.4)
FSharp.Core (>= 4.6)
Fantomas.Client (0.7)
Fantomas.Client (0.9)
FSharp.Core (>= 5.0.1)
SemanticVersioning (>= 2.0.2)
StreamJsonRpc (>= 2.8.28)
Expand Down
3 changes: 2 additions & 1 deletion src/FsAutoComplete.Core/Commands.fs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ module Commands =
formatDocumentAsync
{ SourceCode = currentCode
FilePath = filePath
Config = None }
Config = None
Cursor = None }

match fantomasResponse with
| { Code = 1; Content = Some code } ->
Expand Down

0 comments on commit 3498a06

Please sign in to comment.