aboutsummaryrefslogtreecommitdiff
path: root/src/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.rs')
-rw-r--r--src/device.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/device.rs b/src/device.rs
index 1f9ae3d..5dc6724 100644
--- a/src/device.rs
+++ b/src/device.rs
@@ -7,7 +7,9 @@ use crate::auth::Authenticate;
use crate::config::{Config, RawConfig};
use crate::otp::GenerateOtp;
use crate::pws::GetPasswordSafe;
-use crate::util::{get_command_result, get_cstring, get_last_error, result_from_string, CommandError};
+use crate::util::{
+ get_command_result, get_cstring, get_last_error, result_from_string, CommandError,
+};
/// Available Nitrokey models.
#[derive(Clone, Copy, Debug, PartialEq)]