aboutsummaryrefslogtreecommitdiff
path: root/src/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.rs')
-rw-r--r--src/device.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.rs b/src/device.rs
index cd8a05a..73952cc 100644
--- a/src/device.rs
+++ b/src/device.rs
@@ -2,9 +2,9 @@ use auth::Authenticate;
use config::{Config, RawConfig};
use libc;
use nitrokey_sys;
-use std::ffi::CString;
use otp::GenerateOtp;
use pws::GetPasswordSafe;
+use std::ffi::CString;
use util::{get_last_error, result_from_string, CommandError, CommandStatus};
/// Available Nitrokey models.