chore: format
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user