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
classClassName{voidMethodName(){usingvarprocess=newProcess(){StartInfo={FileName=filename,Arguments=arguments,RedirectStandardOutput=true,RedirectStandardError=true,UseShellExecute=false,CreateNoWindow=true,}};}}// should beclassClassName{voidMethodName(){usingvarprocess=newProcess(){StartInfo={FileName=filename,Arguments=arguments,RedirectStandardOutput=true,RedirectStandardError=true,UseShellExecute=false,CreateNoWindow=true,}};}}
The text was updated successfully, but these errors were encountered:
* Fixing some formatting of initializer expressions
closes#336closes#335
* Adding another test case that was fixed
* Remove unnecessary method and move logic into InitializerExpression
* More cleanup
The text was updated successfully, but these errors were encountered: