Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nosduco committed Aug 7, 2023
1 parent b1faf94 commit 8549154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async fn main() -> std::result::Result<(), Box<dyn std::error::Error>> {
println!("Error: Failed serving connection: {:?}", err);
}
});
},
}
Err(e) => {
println!("Error accepting connection: {:?}", e);
continue;
Expand Down

0 comments on commit 8549154

Please sign in to comment.