You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[<Fact>]let``when delete an UNCHANGED row,return Some unchanged value`` ()=letactual=
bob |> DataRow.unchanged |> DataRow.delete
letexpected= bob |> DataRow.deleted |> Some
actual |> should equal expected
Result
[<Fact>]let``when delete an UNCHANGED row,return Some unchanged value`` ()=letactual=
bob |> DataRow.unchanged |> DataRow.delete
letexpected= bob |> DataRow.deleted |> Some
actual |> should equal expected
Problem description
in a bunch of cases Fantomas inserts extra newlines and I don't want them (or maybe you can explain why they are there). I don't see a configuration option to remove them.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
in a bunch of cases Fantomas inserts extra newlines and I don't want them (or maybe you can explain why they are there). I don't see a configuration option to remove them.
Extra information
Options
Fantomas Master at 09/08/2020 18:11:08 - 75677b9
The text was updated successfully, but these errors were encountered: