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
typeT={ id :int; value :RT.Dval; retries :int; canvasID :CanvasID; canvasName :string; module_ :string; name :string; modifier :string;// Delay in ms since it entered the queue
delay :float }
type T =
{ id : int
value : RT.Dval
retries : int
canvasID : CanvasID
canvasName : string
module_ : string
name : string
modifier : string
// Delay in ms since it entered the queue
delay : float }
or maybe this:
type T =
{ id : int
value : RT.Dval
retries : int
canvasID : CanvasID
canvasName : string
module_ : string
name : string
modifier : string
delay : float // Delay in ms since it entered the queue
}
Issue created from fantomas-online
Code
Result
Problem description
When I format this code, the comment is removed.
Extra information
Options
Fantomas Master at 04/14/2021 11:39:17 - e840e34
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: