chore: fix cargo fmt

This commit is contained in:
Alain Emilia Anna Zscheile 2024-11-15 20:46:29 +01:00
parent 265f5967cf
commit ddbaf2abe5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#![cfg_attr(not(feature = "disable_contracts"), feature(try_blocks))] #![cfg_attr(not(feature = "disable_contracts"), feature(try_blocks))]
//! [Topola](https://topola.dev) is a work-in-progress interactive //! [Topola](https://topola.dev) is a work-in-progress interactive
//! topological router in Rust. //! topological router in Rust.
//! //!
//! The project is funded by the [NLnet Foundation](https://nlnet.nl/) from //! The project is funded by the [NLnet Foundation](https://nlnet.nl/) from
//! the [NGI0 Entrust](https://nlnet.nl/entrust/) fund. //! the [NGI0 Entrust](https://nlnet.nl/entrust/) fund.

View File

@ -313,7 +313,7 @@ impl Navmesh {
pub fn origin_navvertex(&self) -> NavvertexIndex { pub fn origin_navvertex(&self) -> NavvertexIndex {
self.origin_navvertex self.origin_navvertex
} }
/// Returns destination node index /// Returns destination node index
pub fn destination(&self) -> FixedDotIndex { pub fn destination(&self) -> FixedDotIndex {
self.destination self.destination