Skip to content

Commit 7141a30

Browse files
committed
daily fmt
1 parent 3934818 commit 7141a30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/iceberg/src/io/storage.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ use crate::{Error, ErrorKind, Result};
7272
/// }
7373
/// // ... implement other methods
7474
/// }
75-
///
75+
///
7676
/// TODO remove below when the trait is integrated with FileIO and Catalog
7777
/// # NOTE
7878
/// This trait is under heavy development and is not used anywhere as of now
@@ -133,7 +133,7 @@ pub trait Storage: Debug + Send + Sync {
133133
/// todo!()
134134
/// }
135135
/// }
136-
///
136+
///
137137
/// TODO remove below when the trait is integrated with FileIO and Catalog
138138
/// # NOTE
139139
/// This trait is under heavy development and is not used anywhere as of now

0 commit comments

Comments
 (0)