chore: cargo fmt

This commit is contained in:
Ellen Emilia Anna Zscheile 2025-03-25 23:06:04 +01:00
parent 670ddbe1f7
commit c01c8046bb
1 changed files with 1 additions and 3 deletions

View File

@ -81,9 +81,7 @@ impl<R: AccessRules> RouterAstarStrategy<'_, R> {
} }
} }
impl<R: AccessRules> AstarStrategy<Navmesh, f64, BandTermsegIndex> impl<R: AccessRules> AstarStrategy<Navmesh, f64, BandTermsegIndex> for RouterAstarStrategy<'_, R> {
for RouterAstarStrategy<'_, R>
{
fn is_goal( fn is_goal(
&mut self, &mut self,
navmesh: &Navmesh, navmesh: &Navmesh,