chore: format

This commit is contained in:
Toby 2024-05-07 22:50:58 -07:00
parent abd7725fed
commit 70fee14103
2 changed files with 6 additions and 7 deletions

View File

@ -30,7 +30,6 @@ type PcapPacketIOConfig struct {
func NewPcapPacketIO(config PcapPacketIOConfig) (PacketIO, error) { func NewPcapPacketIO(config PcapPacketIOConfig) (PacketIO, error) {
handle, err := pcap.OpenOffline(config.PcapFile) handle, err := pcap.OpenOffline(config.PcapFile)
if err != nil { if err != nil {
return nil, err return nil, err
} }