Skip to content

Commit

Permalink
Merge pull request #198 from fsprojects/dependabot/nuget/fantomas-6.3.1
Browse files Browse the repository at this point in the history
Bump fantomas from 6.2.3 to 6.3.1
  • Loading branch information
nojaf authored Apr 2, 2024
2 parents 73d943c + 5efa49c commit bec4234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"fantomas": {
"version": "6.2.3",
"version": "6.3.1",
"commands": [
"fantomas"
]
Expand Down
6 changes: 2 additions & 4 deletions src/FsLexYacc.Runtime/Lexing.fs
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,8 @@ and [<Sealed>] LexBuffer<'char>(filler: LexBufferFiller<'char>) as this =
buffer <- repl

static member FromReadFunctions
(
syncRead: ('char[] * int * int -> int) option,
asyncRead: ('char[] * int * int -> Async<int>) option
) : LexBuffer<'char> =
(syncRead: ('char[] * int * int -> int) option, asyncRead: ('char[] * int * int -> Async<int>) option)
: LexBuffer<'char> =
let extension = Array.zeroCreate 4096

let fillers =
Expand Down

0 comments on commit bec4234

Please sign in to comment.