Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Dec 13, 2020
1 parent 09917ea commit 2924c0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_gltf/src/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ use gltf::{
Material, Primitive,
};
use image::{GenericImageView, ImageFormat};
use std::collections::HashMap;
use std::path::Path;
use std::{collections::HashMap, path::Path};
use thiserror::Error;

use crate::{Gltf, GltfNode};
Expand Down

0 comments on commit 2924c0a

Please sign in to comment.