Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmirate authored and Eugeny committed Jan 18, 2024
1 parent 5c7a79c commit 21a0f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions russh/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ use crate::session::{CommonSession, EncryptedState, Exchange, Kex, KexDhDone, Ke
use crate::ssh_read::SshRead;
use crate::sshbuffer::{SSHBuffer, SshId};
use crate::{
auth, msg, negotiation, strict_kex_violation, ChannelId, ChannelOpenFailure,
Disconnect, Limits, Sig,
auth, msg, negotiation, strict_kex_violation, ChannelId, ChannelOpenFailure, Disconnect,
Limits, Sig,
};

mod encrypted;
Expand Down

0 comments on commit 21a0f19

Please sign in to comment.