From 62d698db4941c06905cb08bdbe4cc35ad54132d5 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 30 Dec 2018 00:04:39 +0100 Subject: Fix formatting using to rustfmt --- src/device.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/device.rs') 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)] -- cgit v1.2.1