cargo fmt
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-05-01 21:16:26 +02:00
parent 736eb74e66
commit 45eb2f1343
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -322,7 +322,7 @@ mod tests {
match result.unwrap() {
DirectPusPacketHandlerResult::Handled(handled) => {
assert_eq!(handled, HandlingStatus::Empty);
},
}
_ => panic!("unexpected result"),
}
}