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>
|
||||
for RouterAstarStrategy<'_, R>
|
||||
{
|
||||
impl<R: AccessRules> AstarStrategy<Navmesh, f64, BandTermsegIndex> for RouterAstarStrategy<'_, R> {
|
||||
fn is_goal(
|
||||
&mut self,
|
||||
navmesh: &Navmesh,
|
||||
|
|
|
|||
Loading…
Reference in New Issue