Skip to content

Commit

Permalink
fix(linter): gofumpt and fix golangcilint config (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwt authored May 16, 2024
1 parent 10c6ee9 commit 8777520
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ output:
# Output path can be either `stdout`, `stderr` or path to the file to write to.
# Example: "checkstyle:report.xml,json:stdout,colored-line-number"
#
# Default: colored-line-number
format: colored-line-number
# Print lines of code with issue.
# Default: true
print-issued-lines: true
Expand Down
1 change: 0 additions & 1 deletion settlement/dymension/dymension.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ var _ settlement.LayerI = &LayerClient{}

// Init is called once. it initializes the struct members.
func (dlc *LayerClient) Init(config settlement.Config, pubsub *pubsub.Server, logger types.Logger, options ...settlement.Option) error {

DymensionCosmosClient, err := NewDymensionHubClient(config, pubsub, logger)
if err != nil {
return err
Expand Down

0 comments on commit 8777520

Please sign in to comment.