cargo fmt

This commit is contained in:
Nolan Darilek 2022-07-19 11:27:37 -05:00
parent 1721dc98f8
commit f3d2778830

View File

@ -7,7 +7,7 @@ use bevy_tts::Tts;
use crate::{ use crate::{
commands::RunIfExistsExt, commands::RunIfExistsExt,
core::{Angle, CardinalDirection, Player, GlobalTransformExt}, core::{Angle, CardinalDirection, GlobalTransformExt, Player},
error::error_handler, error::error_handler,
exploration::{ExplorationFocused, Exploring}, exploration::{ExplorationFocused, Exploring},
pathfinding::Destination, pathfinding::Destination,