Skip to content

Commit

Permalink
Fix unused import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-deason committed Dec 22, 2020
1 parent 90c8040 commit 859db08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_transform/src/hierarchy/child_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ mod tests {
use super::BuildChildren;
use crate::prelude::{Children, Parent, PreviousParent};
use bevy_ecs::{Commands, Entity, Resources, World};
use smallvec::{smallvec, SmallVec};

#[test]
fn build_children() {
Expand Down

0 comments on commit 859db08

Please sign in to comment.