Skip to content

Commit

Permalink
refactor: cargo fmt
Browse files Browse the repository at this point in the history
refactor: cargo fmt
  • Loading branch information
YummyOreo committed Jul 29, 2024
1 parent 47d47a3 commit 1874760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/atuin-daemon/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ impl HistoryClient {
.connect_with_connector(service_fn(move |_: Uri| {
let url = format!("127.0.0.1:{}", port);


async move {
Ok::<_, std::io::Error>(TokioIo::new(TcpStream::connect(url.clone()).await?))
}
Expand Down

0 comments on commit 1874760

Please sign in to comment.