Skip to content

Commit

Permalink
chore: fix linting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jan 23, 2023
1 parent 421df4d commit 4226e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ linters:
- noctx
- gosec
- testpackage
- gci
3 changes: 2 additions & 1 deletion pkg/state/generator/state_generator.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package generator

import (
"github.com/rs/zerolog"
configTypes "main/pkg/config/types"
statePackage "main/pkg/state"
"main/pkg/tendermint"

"github.com/rs/zerolog"
)

type StateGenerator struct {
Expand Down

0 comments on commit 4226e87

Please sign in to comment.