Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Feb 14, 2025
1 parent a237c3e commit 0991273
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion proto/kyve/delegation/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ message MsgUpdateParams {
}

// MsgUpdateParamsResponse defines the Msg/UpdateParams response type.
message MsgUpdateParamsResponse {}
message MsgUpdateParamsResponse {}
1 change: 0 additions & 1 deletion proto/kyve/stakers/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package kyve.stakers.v1beta1;

import "cosmos/msg/v1/msg.proto";
import "cosmos_proto/cosmos.proto";
import "gogoproto/gogo.proto";

option go_package = "github.com/KYVENetwork/chain/x/stakers/types_v1beta1";

Expand Down

0 comments on commit 0991273

Please sign in to comment.