style: cargo fmt fixes flagged by Forgejo CI
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m25s

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-04-30 09:23:33 +02:00
parent f8a3a7ebf3
commit b407450e6b
3 changed files with 13 additions and 12 deletions

View file

@ -164,7 +164,10 @@ mod tests {
r#"{"schema_version":1,"goal":"x","steps":[{"kind":"save_flow","name":"","yaml":"a"}]}"#,
)
.unwrap();
assert!(matches!(validate(&plan), Err(PlanError::InvalidStep { .. })));
assert!(matches!(
validate(&plan),
Err(PlanError::InvalidStep { .. })
));
}
#[test]