mirror of https://codeberg.org/topola/topola.git
chore: fix cargo fmt
This commit is contained in:
parent
265f5967cf
commit
ddbaf2abe5
|
|
@ -7,7 +7,7 @@
|
|||
#![cfg_attr(not(feature = "disable_contracts"), feature(try_blocks))]
|
||||
//! [Topola](https://topola.dev) is a work-in-progress interactive
|
||||
//! topological router in Rust.
|
||||
//!
|
||||
//!
|
||||
//! The project is funded by the [NLnet Foundation](https://nlnet.nl/) from
|
||||
//! the [NGI0 Entrust](https://nlnet.nl/entrust/) fund.
|
||||
|
||||
|
|
|
|||
|
|
@ -313,7 +313,7 @@ impl Navmesh {
|
|||
pub fn origin_navvertex(&self) -> NavvertexIndex {
|
||||
self.origin_navvertex
|
||||
}
|
||||
|
||||
|
||||
/// Returns destination node index
|
||||
pub fn destination(&self) -> FixedDotIndex {
|
||||
self.destination
|
||||
|
|
|
|||
Loading…
Reference in New Issue