Skip to content

Commit

Permalink
Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
  • Loading branch information
cscetbon committed Feb 18, 2024
1 parent 17280bd commit 930f36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/actor/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ async fn get_available_port() -> Option<u16> {
.await
.is_ok()
{
return Some(port);
return Some(port)
}
}
None
Expand Down

0 comments on commit 930f36d

Please sign in to comment.