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

This commit is contained in:
Robin Müller 2022-05-02 16:52:31 +02:00
parent 5cbbb53094
commit 147c57defb
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,
}
//==================================================================================================