Skip to content

Commit 1f712c0

Browse files
committed
fmt
1 parent 7631e78 commit 1f712c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/runtime/src/pipeline/network/ingress/shared_tcp_endpoint.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,9 @@ mod tests {
542542
let server = server.clone();
543543
let endpoint_path = endpoint_path.clone();
544544
async move {
545-
server.unregister_endpoint(&endpoint_path, "test_endpoint").await;
545+
server
546+
.unregister_endpoint(&endpoint_path, "test_endpoint")
547+
.await;
546548
Instant::now()
547549
}
548550
});

0 commit comments

Comments
 (0)