Skip to content

Commit

Permalink
Remove superfluous swiftlint directive
Browse files Browse the repository at this point in the history
  • Loading branch information
acb-mv committed Jul 4, 2024
1 parent 8dfc3f0 commit 4a50f8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/PacketTunnelCore/Pinger/ICMP.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,4 @@ private extension IPv4Header {
var isIPv4Version: Bool {
(versionAndHeaderLength & 0xF0) == 0x40
}

// swiftlint:disable:next file_length
}

0 comments on commit 4a50f8b

Please sign in to comment.