diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2024-07-04 13:22:53 +0200 |
|---|---|---|
| committer | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2024-07-04 13:22:53 +0200 |
| commit | 4a50f8b34ad036418283cef1d7dd8d01d27b68fd (patch) | |
| tree | 80403469ca5e7ecad127013b29389bb54fbee326 | |
| parent | 8dfc3f01774ea4219bf5a8e2058ae978e1fa11a2 (diff) | |
| download | mullvadvpn-IOS-750-separate-ICMP-logic-from-Pinger.tar.xz mullvadvpn-IOS-750-separate-ICMP-logic-from-Pinger.zip | |
Remove superfluous swiftlint directiveIOS-750-separate-ICMP-logic-from-Pinger
| -rw-r--r-- | ios/PacketTunnelCore/Pinger/ICMP.swift | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ios/PacketTunnelCore/Pinger/ICMP.swift b/ios/PacketTunnelCore/Pinger/ICMP.swift index a596169b63..917ccee5bc 100644 --- a/ios/PacketTunnelCore/Pinger/ICMP.swift +++ b/ios/PacketTunnelCore/Pinger/ICMP.swift @@ -116,6 +116,4 @@ private extension IPv4Header { var isIPv4Version: Bool { (versionAndHeaderLength & 0xF0) == 0x40 } - - // swiftlint:disable:next file_length } |
