Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 5, 2023
1 parent c12d17b commit d84c0bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edge-dhcp/src/io/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ where
socket
.send(
local,
if true // TODO: Why
if true
// TODO: Why
/*request.broadcast*/
{
SocketAddr::V4(SocketAddrV4::new(Ipv4Addr::BROADCAST, remote.port()))
Expand Down

0 comments on commit d84c0bf

Please sign in to comment.