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
letprivatesendTooLargeError()=new HttpResponseMessage(HttpStatusCode.RequestEntityTooLarge,
Content =new StringContent("File was too large",
System.Text.Encoding.UTF8,"application/text"))
Result
letprivatesendTooLargeError()=new HttpResponseMessage(HttpStatusCode.RequestEntityTooLarge,
Content =new StringContent("File was too large",
System.Text.Encoding.UTF8,"application/text"))
Problem description
new StringContent should be on the next line:
letprivatesendTooLargeError()=new HttpResponseMessage(HttpStatusCode.RequestEntityTooLarge,
Content =new StringContent("File was too large",
System.Text.Encoding.UTF8,"application/text"))
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
new StringContent
should be on the next line:Extra information
Options
Fantomas Master at 09/25/2020 09:31:07 - 831014a
Default Fantomas configuration
The text was updated successfully, but these errors were encountered: