Skip to content

Commit ff2347a

Browse files
committed
format
1 parent 5d9ee2e commit ff2347a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/iceberg/src/scan/task.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
use std::sync::Arc;
19+
1820
use futures::stream::BoxStream;
1921
use serde::{Deserialize, Serialize};
2022

21-
use std::sync::Arc;
22-
2323
use crate::Result;
2424
use crate::expr::BoundPredicate;
2525
use crate::spec::{

0 commit comments

Comments
 (0)