Skip to content

Commit 6b3b2dc

Browse files
committed
Fix formatting of async route creation in lib.rs
1 parent 9c00108 commit 6b3b2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ mod tests {
293293

294294
// Create a new private route
295295
let (route_id, route_id_blob) = make_route(&veilid_api)
296-
.await
297-
.expect("Failed to create route after retries");
296+
.await
297+
.expect("Failed to create route after retries");
298298

299299
// Store the route_id_blob in DHT
300300
repo.store_route_id_in_dht(route_id_blob.clone())

0 commit comments

Comments
 (0)