This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new a33ae5e57c run cargo fmt to fix after #18998 (#19102)
a33ae5e57c is described below

commit a33ae5e57c15ab8d9782c73bd38602f868428a39
Author: Adrian Garcia Badaracco <[email protected]>
AuthorDate: Fri Dec 5 09:43:09 2025 +0100

    run cargo fmt to fix after #18998 (#19102)
---
 datafusion/execution/src/cache/list_files_cache.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datafusion/execution/src/cache/list_files_cache.rs 
b/datafusion/execution/src/cache/list_files_cache.rs
index 2bec2a1e70..944cfca8ea 100644
--- a/datafusion/execution/src/cache/list_files_cache.rs
+++ b/datafusion/execution/src/cache/list_files_cache.rs
@@ -21,9 +21,9 @@ use std::{
 };
 
 use datafusion_common::instant::Instant;
-use object_store::{path::Path, ObjectMeta};
+use object_store::{ObjectMeta, path::Path};
 
-use crate::cache::{cache_manager::ListFilesCache, lru_queue::LruQueue, 
CacheAccessor};
+use crate::cache::{CacheAccessor, cache_manager::ListFilesCache, 
lru_queue::LruQueue};
 
 /// Default implementation of [`ListFilesCache`]
 ///


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to