Skip to content

Commit 9ebf4a1

Browse files
committed
format
1 parent e9f3c3c commit 9ebf4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ impl DriaP2PClient {
141141
})
142142
}
143143

144-
/// Subscribe to a topic.
144+
/// Subscribe to a topic.
145145
pub fn subscribe(&mut self, topic_name: &str) -> Result<bool, SubscriptionError> {
146146
log::debug!("Subscribing to {}", topic_name);
147147

0 commit comments

Comments
 (0)