run cargo fmt
Rust/va108xx-hal/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2022-05-22 22:33:49 +02:00
parent dc4639b2f0
commit 3eb92f8e10
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ impl IrqResult {
#[derive(Debug, PartialEq)]
enum IrqReceptionMode {
Idle,
Pending
Pending,
}
//==================================================================================================