Skip to content

Commit

Permalink
chore: remove useless conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Feb 21, 2025
1 parent c87b93c commit 74527c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/query/listing_table_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ impl ListingTableBuilder {
.list(Some(&object_store::path::Path::from(prefix)))
.try_collect::<Vec<_>>()
.await
.map_err(Into::into)
}));
}

Expand Down

0 comments on commit 74527c4

Please sign in to comment.