diff options
| author | mat <github@matdoes.dev> | 2022-12-08 18:39:35 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-12-08 18:39:35 -0600 |
| commit | 70e2dfed16da8d5130460ea15b47701e622f4a9f (patch) | |
| tree | 41f670baf3a05ed180880ec2a11d8e5f6a1a1599 /azalea/src/start.rs | |
| parent | f2076daba5cfcce81399b075ba9258fbdc2012fa (diff) | |
| download | azalea-drasl-70e2dfed16da8d5130460ea15b47701e622f4a9f.tar.xz | |
wrap_comments = true
Diffstat (limited to 'azalea/src/start.rs')
| -rw-r--r-- | azalea/src/start.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 /// |
