mirror of https://codeberg.org/topola/topola.git
chore: cargo fmt
This commit is contained in:
parent
670ddbe1f7
commit
c01c8046bb
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue