Skip to content

Commit

Permalink
remove spaces between fields
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Aug 1, 2023
1 parent 10ffe84 commit 5fcd4bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/src/types/block/context_input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ pub enum ContextInput {
/// A [`CommitmentContextInput`].
#[packable(tag = CommitmentContextInput::KIND)]
Commitment(CommitmentContextInput),

/// A [`BlockIssuanceCreditContextInput`].
#[packable(tag = BlockIssuanceCreditContextInput::KIND)]
BlockIssuanceCredit(BlockIssuanceCreditContextInput),

/// A [`RewardContextInput`].
#[packable(tag = RewardContextInput::KIND)]
Reward(RewardContextInput),
Expand Down

0 comments on commit 5fcd4bc

Please sign in to comment.