fix: apply suggestions from 1.71 clippy beta

Pull-Request: #4009.
This commit is contained in:
Thomas Eizinger
2023-05-30 15:30:04 +02:00
committed by GitHub
parent efb117e236
commit ddc2b879e2
6 changed files with 9 additions and 9 deletions

View File

@ -134,7 +134,7 @@ impl Behaviour {
"/ipfs/0.1.0".into(),
local_pub_key,
)),
keep_alive: keep_alive::Behaviour::default(),
keep_alive: keep_alive::Behaviour,
}
}
}