Skip to content

Commit dabccd1

Browse files
chore: go formatting (#4749)
Co-authored-by: julienrbrt <[email protected]>
1 parent c1db132 commit dabccd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ignite/pkg/cosmosgen/generate_openapi_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ import (
55
"path/filepath"
66
"testing"
77

8+
"github.com/stretchr/testify/require"
9+
810
"github.com/ignite/cli/v29/ignite/pkg/cache"
911
"github.com/ignite/cli/v29/ignite/pkg/cosmosanalysis/module"
1012
"github.com/ignite/cli/v29/ignite/pkg/cosmosbuf"
1113
"github.com/ignite/cli/v29/ignite/pkg/dirchange"
1214
"github.com/ignite/cli/v29/ignite/pkg/errors"
13-
"github.com/stretchr/testify/require"
1415
)
1516

1617
func Test_extractRootModulePath(t *testing.T) {

0 commit comments

Comments
 (0)