fix linter error

This commit is contained in:
Vladimir Stoilov
2022-08-01 11:34:08 +02:00
committed by Daniel
parent d3def3ec94
commit cc711e477d
2 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ import (
"strings"
"github.com/miekg/dns"
"github.com/safing/portbase/log" //nolint // weird error "Expected '\n', Found '\t'"
"github.com/safing/portbase/log"
"github.com/safing/portbase/notifications"
"github.com/safing/portmaster/network/netutils"
)