Skip to content

Commit c2b5c83

Browse files
committed
minor againnnn
1 parent b7d7937 commit c2b5c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/iceberg/src/io/file_io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ use bytes::Bytes;
2626
use url::Url;
2727

2828
// Re-export traits from storage module
29-
pub use super::storage::{Storage, StorageBuilder};
30-
use crate::io::{STORAGE_LOCATION_SCHEME, StorageBuilderRegistry};
29+
pub use super::storage::{Storage, StorageBuilder, StorageBuilderRegistry};
30+
use crate::io::STORAGE_LOCATION_SCHEME;
3131
use crate::{Error, ErrorKind, Result};
3232

3333
/// FileIO implementation, used to manipulate files in underlying storage.

0 commit comments

Comments
 (0)