Skip to content

Commit e993277

Browse files
committed
chore: adjust imports order
Signed-off-by: xuwu <ixw1991@126.com>
1 parent 9cf244e commit e993277

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/pkg/configloader/toolconfig.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ import (
44
"fmt"
55
"io/ioutil"
66

7-
"github.com/devstream-io/devstream/pkg/util/validator"
8-
97
"gopkg.in/yaml.v3"
108

119
"github.com/devstream-io/devstream/pkg/util/log"
10+
"github.com/devstream-io/devstream/pkg/util/validator"
1211
)
1312

1413
// Tool is the struct for one section of the DevStream tool file (part of the config.)

0 commit comments

Comments
 (0)