Skip to content

Commit

Permalink
fmt doesn't like it
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 930f36d commit e4fc1b7
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 e4fc1b7

Please sign in to comment.