style: cargo fmt fixes flagged by Forgejo CI
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1m25s
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:
parent
f8a3a7ebf3
commit
b407450e6b
3 changed files with 13 additions and 12 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue