Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Osipov <[email protected]>
  • Loading branch information
bellycat77 committed Aug 31, 2023
1 parent 3c7ef4e commit 6fceedc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
34 changes: 18 additions & 16 deletions internal/imports/imports_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ import (
"os"
"testing"

"github.com/stretchr/testify/require"

main "github.com/networkservicemesh/cmd-nse-simple-vl3-docker"
"github.com/networkservicemesh/sdk/pkg/tools/sandbox"
"github.com/stretchr/testify/require"
)

func TestEndpointRegister(t *testing.T) {
Expand Down

0 comments on commit 6fceedc

Please sign in to comment.