Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(udp): remove unnecessary
return
No need to `return Ok(())` early, given the final `return Ok(())` at the end of the function. Makes it consistent with other `send` implementations. Makes it consistent with early returns being errors only.
- Loading branch information