Skip to content

Commit

Permalink
Fix linting rules (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
lika8701 authored Nov 25, 2023
1 parent b1fd9b3 commit 829d62c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import (
"path/filepath"
"testing"

"github.com/stretchr/testify/require"

"github.com/grafviktor/goto/internal/model"
"github.com/grafviktor/goto/internal/utils/ssh"
"github.com/stretchr/testify/require"
)

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

0 comments on commit 829d62c

Please sign in to comment.