Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 25, 2024
1 parent c15c920 commit c0dc0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibc/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,6 @@ type PathUpdateOptions struct {
}

type ICSConfig struct {
ProviderVerOverride string `json:"provider,omitempty" yaml:"provider,omitempty"`
ConsumerVerOverride string `json:"consumer,omitempty" yaml:"consumer,omitempty"`
ProviderVerOverride string `yaml:"provider,omitempty" json:"provider,omitempty"`
ConsumerVerOverride string `yaml:"consumer,omitempty" json:"consumer,omitempty"`
}

0 comments on commit c0dc0bc

Please sign in to comment.