Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Dec 29, 2024
1 parent c278371 commit eae8121
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aardvark-node/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,7 @@ mod tests {

node_a.announce(&document).await.unwrap();

let discovered_document = node_b
.discover(document.short_code())
.await
.unwrap();
let discovered_document = node_b.discover(document.short_code()).await.unwrap();

assert_eq!(discovered_document, document);
}
Expand Down

0 comments on commit eae8121

Please sign in to comment.