Skip to content

Commit b45dbbf

Browse files
committed
fix: linter fixes
1 parent 1ee0a70 commit b45dbbf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

internal/cli/quickstart_detect_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ import (
66
"sort"
77
"testing"
88

9-
"github.com/auth0/auth0-cli/internal/auth0"
109
"github.com/auth0/go-auth0/management"
1110
"github.com/stretchr/testify/assert"
1211
"github.com/stretchr/testify/require"
12+
13+
"github.com/auth0/auth0-cli/internal/auth0"
1314
)
1415

1516
// ── test helpers ──────────────────────────────────────────────────────────────
@@ -24,8 +25,6 @@ func mkTestDir(t *testing.T, dir, sub string) {
2425
require.NoError(t, os.MkdirAll(filepath.Join(dir, sub), 0755))
2526
}
2627

27-
func strPtr(s string) *string { return &s }
28-
2928
// ── DetectProject – no signal ─────────────────────────────────────────────────
3029

3130
func TestDetectProject_NoDetection(t *testing.T) {

0 commit comments

Comments
 (0)