From 433f9b0591a15955d70fea6ddb18647a161ef7e1 Mon Sep 17 00:00:00 2001 From: Jhynjhiruu Date: Sat, 10 Feb 2024 15:41:10 +0000 Subject: [PATCH] Fix lint --- ctru-rs/src/services/uds.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/src/services/uds.rs b/ctru-rs/src/services/uds.rs index 98fd630..35c4f50 100644 --- a/ctru-rs/src/services/uds.rs +++ b/ctru-rs/src/services/uds.rs @@ -1225,7 +1225,7 @@ impl Uds { /// Returns the [`NodeInfo`] struct for the specified network node. /// /// # Errors - /// + /// /// This function will return an error if [`NodeID::None`] or [`NodeID::Broadcast`] is passed. /// /// # Example