Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jul 5, 2024
1 parent f6e9900 commit 3cbe632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conversions.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use core::ops::Add;
use crate::{OutXHigh, OutXLow, OutYHigh, OutYLow, OutZHigh, OutZLow};
use core::ops::Add;

impl Add<OutXHigh> for OutXLow {
type Output = i16;
Expand Down Expand Up @@ -47,4 +47,4 @@ impl Add<OutZLow> for OutZHigh {
fn add(self, lo: OutZLow) -> Self::Output {
lo.add(self)
}
}
}

0 comments on commit 3cbe632

Please sign in to comment.