Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 25, 2024
1 parent 9720e27 commit 65b277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/net/interfaces/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use anyhow::{anyhow, Result};
#[cfg(not(target_os = "android"))]
use futures::TryStreamExt;
use futures_lite::StreamExt;
use tokio::fs::File;
use tokio::io::{AsyncBufReadExt, BufReader};

Expand Down

0 comments on commit 65b277f

Please sign in to comment.