Skip to content

Commit

Permalink
cargo fmt pass
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Devolder <[email protected]>
  • Loading branch information
keldonin authored and gowthamsk-arm committed Sep 5, 2024
1 parent 34ca762 commit 29378dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryptoki/src/mechanism/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use log::error;
use std::convert::{TryFrom, TryInto};
use std::ffi::c_void;
use std::fmt::Formatter;
use std::mem::size_of;
use std::ops::Deref;
use std::ptr::null_mut;
use std::mem::size_of;

use crate::mechanism::rsa::PkcsOaepParams;
pub use mechanism_info::MechanismInfo;
Expand Down
2 changes: 1 addition & 1 deletion cryptoki/src/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use std::convert::TryFrom;
use std::convert::TryInto;
use std::ffi::c_void;
use std::fmt::Formatter;
use std::ops::Deref;
use std::mem::size_of;
use std::ops::Deref;

#[derive(Debug, Copy, Clone, Ord, PartialOrd, Eq, PartialEq, Hash)]
#[non_exhaustive]
Expand Down

0 comments on commit 29378dc

Please sign in to comment.