Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hossinasaadi committed Oct 12, 2024
1 parent b126e96 commit 03565b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func parseDevice(s string, mtu uint32) (device.Device, error) {
}

func parseFD(u *url.URL, mtu uint32) (device.Device, error) {

// fd offset in ios
// https://stackoverflow.com/questions/69260852/ios-network-extension-packet-parsing/69487795#69487795
if runtime.GOOS == "ios" {
Expand Down

0 comments on commit 03565b6

Please sign in to comment.