Skip to content

Commit 730fe5c

Browse files
authored
Removed an unnecessary comment
1 parent 906438a commit 730fe5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/MultipeerKit/Public API/MultipeerDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public final class MultipeerDataSource: ObservableObject {
2020
transceiver.availablePeersDidChange = { [weak self] peers in
2121
self?.availablePeers = peers
2222
}
23-
/// We need to initially set the available peers
23+
2424
availablePeers = transceiver.availablePeers
2525
}
2626

0 commit comments

Comments
 (0)