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/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index b30e9ba..432ce4e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -93,13 +93,13 @@ mod config; mod device; mod otp; mod pws; -mod util; #[cfg(test)] mod tests; +mod util; +pub use auth::{Admin, Authenticate, User}; pub use config::Config; pub use device::{connect, Device, DeviceWrapper, Pro, Storage}; -pub use auth::{Admin, Authenticate, User}; pub use otp::{ConfigureOtp, GenerateOtp, OtpMode, OtpSlotData}; pub use pws::{GetPasswordSafe, PasswordSafe, SLOT_COUNT}; pub use util::{CommandError, CommandStatus, LogLevel}; -- cgit v1.2.1