Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 14, 2025
1 parent c33d692 commit 2ca72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2ca72c9

Please sign in to comment.