Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Oct 1, 2024
1 parent c8050da commit aa0bfdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/tools/dnsutils/chain/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
package chain

import (
"github.com/sirupsen/logrus"

"github.com/networkservicemesh/sdk/pkg/tools/dnsutils"
"github.com/networkservicemesh/sdk/pkg/tools/dnsutils/next"
"github.com/networkservicemesh/sdk/pkg/tools/dnsutils/trace"
"github.com/sirupsen/logrus"
)

// NewDNSHandler - chains together a list of dnsutils.Handler with tracing
Expand Down

0 comments on commit aa0bfdf

Please sign in to comment.