From ddbaf2abe5e8b145bbe4b0c79a45ef653b7fea75 Mon Sep 17 00:00:00 2001 From: Alain Emilia Anna Zscheile Date: Fri, 15 Nov 2024 20:46:29 +0100 Subject: [PATCH] chore: fix cargo fmt --- src/lib.rs | 2 +- src/router/navmesh.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 590003b..023b899 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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. diff --git a/src/router/navmesh.rs b/src/router/navmesh.rs index 54b88d9..10f15b3 100644 --- a/src/router/navmesh.rs +++ b/src/router/navmesh.rs @@ -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