gofmt: ran gofmt because noticed weird diffs in last commit, seemed OK though

This commit is contained in:
Patricio Whittingslow
2026-02-28 17:47:11 -03:00
parent f6e7801d8c
commit 02b4e71c2a
8 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -369,4 +369,4 @@ func getSrcIPPort(ipCarrier []byte) (srcaddr []byte, port uint16, err error) {
}
port = binary.BigEndian.Uint16(ipCarrier[off:]) // TCP and UDP share same port offsets.
return srcaddr, port, nil
}
}