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 --- tests/otp.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/otp.rs') diff --git a/tests/otp.rs b/tests/otp.rs index 03feb48..8e7ae08 100644 --- a/tests/otp.rs +++ b/tests/otp.rs @@ -2,7 +2,9 @@ mod util; use std::ops::Deref; -use nitrokey::{Admin, Authenticate, CommandError, Config, ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData}; +use nitrokey::{ + Admin, Authenticate, CommandError, Config, ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData, +}; use crate::util::{Target, ADMIN_PASSWORD, USER_PASSWORD}; -- cgit v1.2.1