mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Fix quality issues
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Semmle.Util
|
||||
this.environment = environment;
|
||||
}
|
||||
|
||||
public override string ToString() => arguments.Length > 0 ? exe + " " + arguments : exe;
|
||||
public override string ToString() => arguments.Length > 0 ? $"{exe} {arguments}" : exe;
|
||||
|
||||
public override int Run(IBuildActions actions, Action<string, bool> startCallback, Action<int, string, bool> exitCallBack)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user