diff options
Diffstat (limited to 'src/device.rs')
-rw-r--r-- | src/device.rs | 2 |
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. |