Issue created from fantomas-online
Code
type CustomCancelSource() =
interface IDisposable with
member self.Dispose() =
try
self.Cancel()
with
| :? ObjectDisposedException ->
()
// TODO: cleanup also subscribed handlers? see https://stackoverflow.com/q/58912910/544947
Result
type CustomCancelSource() =
interface IDisposable with
member self.Dispose() =
try
self.Cancel()
with :? ObjectDisposedException -> ()
// TODO: cleanup also subscribed handlers? see https://stackoverflow.com/q/58912910/544947
Problem description
There's no need to move the comment to the most-left column. (Essentially the opposite effect to #1223 )
Extra information
Options
Fantomas Master at 11/07/2020 09:02:01 - de55bd9
Default Fantomas configuration
Issue created from fantomas-online
Code
Result
Problem description
There's no need to move the comment to the most-left column. (Essentially the opposite effect to #1223 )
Extra information
Options
Fantomas Master at 11/07/2020 09:02:01 - de55bd9
Default Fantomas configuration