From d1a5e9f9547d804fb329dc41c5f5e0ce287e2215 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 16 Dec 2018 12:28:13 +0100 Subject: Fix formatting according to Rust style guide --- src/device.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/device.rs') diff --git a/src/device.rs b/src/device.rs index f135261..a74310a 100644 --- a/src/device.rs +++ b/src/device.rs @@ -661,7 +661,6 @@ impl Storage { unsafe { get_command_result(nitrokey_sys::NK_lock_encrypted_volume()) } } - /// Returns the status of the connected storage device. /// /// # Example -- cgit v1.2.1