Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/libp2p-next' into libp2p-next
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Jul 6, 2024
2 parents 8443703 + 0289011 commit fc63327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p2p/bitswap/sessions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub enum WantSessionState {

impl Debug for WantSessionState {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "SessionState")
write!(f, "WantSessionState")
}
}

Expand Down

0 comments on commit fc63327

Please sign in to comment.