From bdb5ba7157ad93461bb1deea4b232178d16ef4c9 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 31 May 2018 11:39:13 +0200 Subject: Fix formatting issues --- src/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device.rs') 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. -- cgit v1.2.1