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
Currently public string content_type {get; set;} doesn't trigger lint warning or error. According to the elementary syntax it should be public string content_type { get; set; } Notice the space after{ and before}
Currently
public string content_type {get; set;}
doesn't trigger lint warning or error. According to the elementary syntax it should bepublic string content_type { get; set; }
Notice the space after{
and before}
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: