Skip to content

Commit

Permalink
convention fix
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroki Tokunaga <[email protected]>
  • Loading branch information
paulsohn and toku-sa-n authored Dec 4, 2023
1 parent 6fd2522 commit 3e05eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/registers/doorbell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ impl Doorbell {
rw_field!(0..=7, doorbell_target, "Doorbell Target", u8);
rw_field!(16..=31, doorbell_stream_id, "Doorbell Stream ID", u16);
}

impl fmt::Debug for Doorbell {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("doorbell::Register")
Expand Down

0 comments on commit 3e05eca

Please sign in to comment.