Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Oct 17, 2024
1 parent 348e522 commit 52f9a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions russh/src/client/encrypted.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ use crate::negotiation::{Named, Select};
use crate::parsing::{ChannelOpenConfirmation, ChannelType, OpenChannelMessage};
use crate::session::{Encrypted, EncryptedState, GlobalRequestResponse, Kex, KexInit};
use crate::{
auth, msg, negotiation, Channel, ChannelId, ChannelMsg,
ChannelOpenFailure, ChannelParams, CryptoVec, Sig,
auth, msg, negotiation, Channel, ChannelId, ChannelMsg, ChannelOpenFailure, ChannelParams,
CryptoVec, Sig,
};

thread_local! {
Expand Down

0 comments on commit 52f9a0e

Please sign in to comment.