Skip to content

Commit b5942e5

Browse files
chore: auto-fix cargo fmt + clippy
1 parent 059bcc1 commit b5942e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/data-generation/src/storage

crates/data-generation/src/storage/s3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ limitations under the License.
1616

1717
use std::sync::Arc;
1818

19+
use object_store::ObjectStore;
1920
use object_store::aws::AmazonS3Builder;
2021
use object_store::path::Path as ObjectPath;
21-
use object_store::ObjectStore;
2222

2323
use crate::config::TargetConfig;
2424

0 commit comments

Comments
 (0)