From 2ca72c9d504a26484be3c9e58cb66c7a3e282cb8 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 14 Jan 2025 20:29:36 +0100 Subject: [PATCH] fmt --- russh/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/russh/src/lib.rs b/russh/src/lib.rs index 8967a42e..9116c301 100644 --- a/russh/src/lib.rs +++ b/russh/src/lib.rs @@ -365,7 +365,7 @@ impl Default for Limits { } } -pub use auth::{AgentAuthError, MethodSet, MethodKind, Signer}; +pub use auth::{AgentAuthError, MethodKind, MethodSet, Signer}; /// A reason for disconnection. #[allow(missing_docs)] // This should be relatively self-explanatory.