diff src/libpam/handle.rs @ 183:4f46681b3f54 default tip

Catch a few stray cargo fmt things.
author Paul Fisher <paul@pfish.zone>
date Wed, 30 Jul 2025 18:43:07 -0400
parents a1bb1d013567
children
line wrap: on
line diff
--- a/src/libpam/handle.rs	Wed Jul 30 18:39:41 2025 -0400
+++ b/src/libpam/handle.rs	Wed Jul 30 18:43:07 2025 -0400
@@ -522,4 +522,3 @@
         unsafe { output.as_ref() }.ok_or(ErrorCode::ConversationError)
     }
 }
-