Issue created from fantomas-online
Code
module Foo =
let bar () =
{
Foo =
blah
|> Struct.map (fun _ (a, _, _) -> filterBackings a)
}
Result
module Foo =
let bar () =
{ Foo =
blah
|> Struct.map
(fun _ (a, _, _) ->
match _arg2 with
| _ ->
match _arg2 with
| _ -> filterBackings a) }
Problem description
I honestly have not the faintest idea how this could have happened, but anyway, the additional match block is not meant to be there.
Extra information
Options
Fantomas Master at 07/01/2021 18:56:12 - 3a12872
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
Issue created from fantomas-online
Code
Result
Problem description
I honestly have not the faintest idea how this could have happened, but anyway, the additional
matchblock is not meant to be there.Extra information
Options
Fantomas Master at 07/01/2021 18:56:12 - 3a12872
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?