Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fmt
Browse files Browse the repository at this point in the history
sandreae committed Jun 18, 2024
1 parent 1155a10 commit c9ede68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/network/service.rs
Original file line number Diff line number Diff line change
@@ -413,7 +413,7 @@ impl EventLoop {
address: &mut PeerAddress,
) {
// Get the peers quic multiaddress, this can error if the address was provided in the form
// of a domain name and we are not able to resolve it to a valid multiaddress (for example,
// of a domain name and we are not able to resolve it to a valid multiaddress (for example,
// if we are offline).
let address = match address.quic_multiaddr() {
Ok(address) => address,

0 comments on commit c9ede68

Please sign in to comment.