Skip to content

Commit

Permalink
chore: correct debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Jul 6, 2024
1 parent 2f1940a commit 0289011
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 0289011

Please sign in to comment.