formatted code

This commit is contained in:
Automated ocamlformat GitHub action, developed by robur.coop 2025-10-23 12:47:51 +00:00 committed by Pierre Alain
parent 93af45f5b4
commit 798a35668a

View file

@ -100,7 +100,8 @@ module ARP = struct
Log.info (fun f -> pf f "ignoring request for client's own IP");
None)
else (
Log.info (fun f -> pf f "responding with %a" Macaddr.pp t.client_link#my_mac);
Log.info (fun f ->
pf f "responding with %a" Macaddr.pp t.client_link#my_mac);
Some
{
Arp_packet.operation = Arp_packet.Reply;