mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 17:10:38 +00:00
Make clippy happy
This commit is contained in:
@@ -640,7 +640,7 @@ async fn import_file(
|
||||
{
|
||||
let bytes = read_all_bytes(reader).await?;
|
||||
modification
|
||||
.put_file(&file_path.to_str().unwrap(), &bytes, ctx)
|
||||
.put_file(file_path.to_str().unwrap(), &bytes, ctx)
|
||||
.await?;
|
||||
debug!("imported aux file \"{}\"", file_path.display());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user