style: add gci linter (#16605)

This commit is contained in:
Jacob Gadikian
2023-06-22 15:35:51 +00:00
committed by GitHub
parent 5de6710803
commit 6afece635c
617 changed files with 1243 additions and 1104 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ package appmodule
import (
"context"
"cosmossdk.io/depinject"
"google.golang.org/grpc"
"cosmossdk.io/depinject"
)
// AppModule is a tag interface for app module implementations to use as a basis