Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit fbc0bfb

Browse files
thomaseizingerTobin Harding
andauthored
Remove unnecessary quotes
Co-Authored-By: Tobin Harding <[email protected]>
1 parent 452803a commit fbc0bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnd/src/network/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ where
359359
///
360360
/// Ideally, this trait would not be necessary and we would instead have one
361361
/// trait per function. Unfortunately, an instance of `Swarm` is very hard to
362-
/// "name" (see the complex traits bound below). To avoid this kind of code 4
362+
/// name (see the complex traits bound below). To avoid this kind of code 4
363363
/// times, we bundle all these methods up into one trait.
364364
pub trait Network: Send + Sync + 'static {
365365
fn comit_peers(&self) -> Box<dyn Iterator<Item = (PeerId, Vec<Multiaddr>)> + Send + 'static>;

0 commit comments

Comments
 (0)