mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
Chore cargo fmt
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
102f4a1c52
commit
b53ccfb4e2
1 changed files with 2 additions and 1 deletions
|
|
@ -696,7 +696,8 @@ async fn run_step(workdir: &str, step: &WorkflowStep, idx: usize, total: usize)
|
|||
let mut child = cmd.spawn().into_diagnostic()?;
|
||||
|
||||
// Stream output with step fields; use per-step category for both stdout and stderr
|
||||
let extra = serde_json::json!({"step_name": step.name, "step_index": idx, "total_steps": total});
|
||||
let extra =
|
||||
serde_json::json!({"step_name": step.name, "step_index": idx, "total_steps": total});
|
||||
let step_cat_clone_out = step_category.clone();
|
||||
if let Some(stdout) = child.stdout.take() {
|
||||
let mut reader = BufReader::new(stdout);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue