Skip to content

Commit 2924c0a

Browse files
committed
format
1 parent 09917ea commit 2924c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_gltf/src/loader.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ use gltf::{
2626
Material, Primitive,
2727
};
2828
use image::{GenericImageView, ImageFormat};
29-
use std::collections::HashMap;
30-
use std::path::Path;
29+
use std::{collections::HashMap, path::Path};
3130
use thiserror::Error;
3231

3332
use crate::{Gltf, GltfNode};

0 commit comments

Comments
 (0)