diff options
Diffstat (limited to 'src/pws.rs')
-rw-r--r-- | src/pws.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ use libc; use nitrokey_sys; use crate::device::{Device, DeviceWrapper, Pro, Storage}; -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, +}; /// The number of slots in a [`PasswordSafe`][]. /// |