Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed May 16, 2024
1 parent 909b05b commit f76f0bc
Showing 1 changed file with 0 additions and 1 deletion.
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 f76f0bc

Please sign in to comment.