Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
devzbysiu committed Dec 17, 2024
1 parent d3f88ae commit e558df0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meshnet/monitor_event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package meshnet
import (
"errors"
"log"
"sync"

"github.com/NordSecurity/nordvpn-linux/internal"
)
Expand All @@ -16,7 +15,6 @@ type FilesharePortAccessController struct {
netw FileshareNetworker
filesharePID PID
processChecker ProcessChecker
mu sync.Mutex
}

func NewPortAccessController(netw FileshareNetworker, pc ProcessChecker) *FilesharePortAccessController {
Expand Down

0 comments on commit e558df0

Please sign in to comment.