Skip to content

Commit

Permalink
Fix unmerged imports
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Aug 17, 2024
1 parent 0b30d20 commit 32ea4bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/demo/animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ use rand::prelude::*;
use std::time::Duration;

use crate::{
audio::SoundEffect, demo::movement::MovementController, demo::player::PlayerAssets, AppSet,
audio::SoundEffect,
demo::{movement::MovementController, player::PlayerAssets},
AppSet,
};

pub(super) fn plugin(app: &mut App) {
Expand Down

0 comments on commit 32ea4bd

Please sign in to comment.