aboutsummaryrefslogtreecommitdiff
path: root/tests/otp.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-30 00:04:39 +0100
committerRobin Krahl <robin.krahl@ireas.org>2018-12-30 00:04:39 +0100
commit62d698db4941c06905cb08bdbe4cc35ad54132d5 (patch)
treecc06a91b5d24cacb8b0faedc5250793aa122fcab /tests/otp.rs
parent3d951ab54daea9c362bdae2e0945701955c412e5 (diff)
downloadnitrokey-rs-62d698db4941c06905cb08bdbe4cc35ad54132d5.tar.gz
nitrokey-rs-62d698db4941c06905cb08bdbe4cc35ad54132d5.tar.bz2
Fix formatting using to rustfmt
Diffstat (limited to 'tests/otp.rs')
-rw-r--r--tests/otp.rs4
1 files changed, 3 insertions, 1 deletions
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};