Skip to content

Commit a63b042

Browse files
fixed goimports
1 parent 1025012 commit a63b042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package services
22

33
import (
44
"fmt"
5-
"github.com/spf13/viper"
65
"slices"
76
"strconv"
87
"strings"
@@ -14,6 +13,7 @@ import (
1413
"github.com/checkmarx/ast-cli/internal/wrappers"
1514
"github.com/pkg/errors"
1615
"github.com/spf13/cobra"
16+
"github.com/spf13/viper"
1717
)
1818

1919
const (

0 commit comments

Comments
 (0)