Skip to content

Commit b3c943d

Browse files
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f8c10f commit b3c943d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sinktools/src/lazy_sink_source.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ mod test {
412412
.run_until(async {
413413
let listener = TcpListener::bind("127.0.0.1:0").await.unwrap();
414414
let addr = listener.local_addr().unwrap();
415-
println!("Listening on {}", addr);
415+
416416

417417
let sink_source = LazySinkSource::new(async move {
418418
// initialization is at least partially started now.
@@ -480,7 +480,7 @@ mod test {
480480
.run_until(async {
481481
let listener = TcpListener::bind("127.0.0.1:0").await.unwrap();
482482
let addr = listener.local_addr().unwrap();
483-
println!("Listening on {}", addr);
483+
484484

485485

486486
let sink_source = LazySinkSource::new(async move {

0 commit comments

Comments
 (0)