From 70e2dfed16da8d5130460ea15b47701e622f4a9f Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 8 Dec 2022 18:39:35 -0600 Subject: wrap_comments = true --- azalea/src/start.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea/src/start.rs') diff --git a/azalea/src/start.rs b/azalea/src/start.rs index c7d79261..e2374fb8 100644 --- a/azalea/src/start.rs +++ b/azalea/src/start.rs @@ -86,8 +86,8 @@ pub enum StartError { Join(#[from] azalea_client::JoinError), } -/// Join a server and start handling events. This function will run forever until -/// it gets disconnected from the server. +/// Join a server and start handling events. This function will run forever +/// until it gets disconnected from the server. /// /// # Examples /// -- cgit v1.2.3