aboutsummaryrefslogtreecommitdiff
path: root/p2p/src/backend.rs
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/src/backend.rs')
-rw-r--r--p2p/src/backend.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/p2p/src/backend.rs b/p2p/src/backend.rs
index 4410205..2e34f47 100644
--- a/p2p/src/backend.rs
+++ b/p2p/src/backend.rs
@@ -18,8 +18,6 @@ pub type ArcBackend = Arc<Backend>;
/// Backend serves as the central entry point for initiating and managing
/// the P2P network.
-///
-///
pub struct Backend {
/// The Configuration for the P2P network.
config: Arc<Config>,