Skip to content

Commit 042ae5c

Browse files
committed
code_style: run dotnet format
Signed-off-by: leo <[email protected]>
1 parent 0a8323b commit 042ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/ExecuteCustomAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public override Task<bool> Sure()
130130
for (var i = ControlParameters.Count - 1; i >= 0; i--)
131131
{
132132
var param = ControlParameters[i];
133-
cmdline = cmdline.Replace($"${i+1}", param.GetValue());
133+
cmdline = cmdline.Replace($"${i + 1}", param.GetValue());
134134
}
135135

136136
var log = _repo.CreateLog(CustomAction.Name);

0 commit comments

Comments
 (0)