We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet format
1 parent 0a8323b commit 042ae5cCopy full SHA for 042ae5c
src/ViewModels/ExecuteCustomAction.cs
@@ -130,7 +130,7 @@ public override Task<bool> Sure()
130
for (var i = ControlParameters.Count - 1; i >= 0; i--)
131
{
132
var param = ControlParameters[i];
133
- cmdline = cmdline.Replace($"${i+1}", param.GetValue());
+ cmdline = cmdline.Replace($"${i + 1}", param.GetValue());
134
}
135
136
var log = _repo.CreateLog(CustomAction.Name);
0 commit comments