Skip to content

Commit 70a73b4

Browse files
committed
💚 Linting
1 parent 0d97c86 commit 70a73b4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

utils/collection/search.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ import (
99
"slices"
1010
"strings"
1111

12-
"github.com/ARM-software/golang-utils/utils/commonerrors"
13-
"github.com/ARM-software/golang-utils/utils/safecast"
1412
mapset "github.com/deckarep/golang-set/v2"
1513
"go.uber.org/atomic"
14+
15+
"github.com/ARM-software/golang-utils/utils/commonerrors"
16+
"github.com/ARM-software/golang-utils/utils/safecast"
1617
)
1718

1819
// Find looks for an element in a slice. If found it will

utils/collection/search_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import (
1010
"strconv"
1111
"testing"
1212

13-
"github.com/ARM-software/golang-utils/utils/commonerrors"
14-
"github.com/ARM-software/golang-utils/utils/commonerrors/errortest"
15-
"github.com/ARM-software/golang-utils/utils/field"
1613
"github.com/go-faker/faker/v4"
1714
"github.com/stretchr/testify/assert"
1815
"github.com/stretchr/testify/require"
1916

17+
"github.com/ARM-software/golang-utils/utils/commonerrors"
18+
"github.com/ARM-software/golang-utils/utils/commonerrors/errortest"
19+
"github.com/ARM-software/golang-utils/utils/field"
2020
"github.com/ARM-software/golang-utils/utils/safecast"
2121
)
2222

0 commit comments

Comments
 (0)