Skip to content

Commit 8a41cdc

Browse files
author
Sumit Morchhale
committed
Fix lint issue
1 parent 6283e44 commit 8a41cdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/commands/root_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ package commands
33
import (
44
"bytes"
55
"fmt"
6-
"github.com/checkmarx/ast-cli/internal/params"
76
"io"
87
"log"
98
"os"
109
"reflect"
1110
"strings"
1211
"testing"
1312

13+
"github.com/checkmarx/ast-cli/internal/params"
14+
1415
"github.com/checkmarx/ast-cli/internal/wrappers"
1516
"github.com/checkmarx/ast-cli/internal/wrappers/mock"
1617
"github.com/spf13/viper"

0 commit comments

Comments
 (0)