Skip to content

Commit

Permalink
swiftlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Mar 14, 2024
1 parent fc889e9 commit bc0db4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ final class NetworkProtectionNavBarPopoverManager {
popover.show(positionedBelow: view.bounds.insetFromLineOfDeath(flipped: view.isFlipped), in: view)
}

// swiftlint:disable:next function_body_length
func show(positionedBelow view: NSView, withDelegate delegate: NSPopoverDelegate) {

let popover = networkProtectionPopover ?? {
Expand Down

0 comments on commit bc0db4c

Please sign in to comment.