Skip to content

Commit

Permalink
Bump Fantomas (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf authored Jun 5, 2021
1 parent 6cf3e56 commit c557f79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"fantomas-tool": {
"version": "4.5.0-alpha-019",
"version": "4.5.0-beta-001",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas/Context.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ let internal addExtraNewlineIfLeadingWasMultiline leading sepNlnConsideringTrivi
+> continuation)

type internal ColMultilineItem =
ColMultilineItem of
| ColMultilineItem of
// current expression
expr: (Context -> Context) *
// sepNln of current item
Expand Down

0 comments on commit c557f79

Please sign in to comment.