Skip to content

Commit

Permalink
remove unused empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Oct 20, 2024
1 parent 584d4fe commit de608ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/static/openapi.yml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion proto/modules/claim/v1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ option go_package = "github.com/ignite/modules/x/claim/types";
// GenesisState defines the claim module's genesis state.
message GenesisState {
AirdropSupply airdrop_supply = 1 [(gogoproto.nullable) = false];

repeated ClaimRecord claim_record_list = 2 [(gogoproto.nullable) = false];
repeated Mission mission_list = 3 [(gogoproto.nullable) = false];
uint64 mission_count = 4;
Expand Down

0 comments on commit de608ec

Please sign in to comment.