Skip to content

Commit

Permalink
rustfmt once again
Browse files Browse the repository at this point in the history
  • Loading branch information
jcard0na committed Apr 12, 2022
1 parent 4965ed6 commit c42f6be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/epd1in54_v2/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ pub(crate) const LUT_PARTIAL_UPDATE: [u8; 159] =[
0x22, 0x22, 0x22, 0x22, 0x22, 0x22, 0x0, 0x0, 0x0,
0x02, 0x17, 0x41, 0xB0, 0x32, 0x28,
];

4 changes: 1 addition & 3 deletions src/epd1in54_v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ use embedded_hal::{
digital::v2::*,
};

use crate::type_a::{
command::Command,
};
use crate::type_a::command::Command;

mod constants;
use crate::epd1in54_v2::constants::{LUT_FULL_UPDATE, LUT_PARTIAL_UPDATE};
Expand Down

0 comments on commit c42f6be

Please sign in to comment.