style: apply cargo fmt workspace-wide
Pure formatting pass from `cargo fmt --all`. No logic changes. Separating this out so the 1.9 release feature commits that follow show only their intentional edits.
This commit is contained in:
@@ -130,7 +130,10 @@ mod tests {
|
||||
|
||||
let result = step.run(&ctx).await.unwrap();
|
||||
assert!(!result.proceed);
|
||||
assert_eq!(result.branch_values, Some(vec![json!(1), json!(2), json!(3)]));
|
||||
assert_eq!(
|
||||
result.branch_values,
|
||||
Some(vec![json!(1), json!(2), json!(3)])
|
||||
);
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user