Skip to content

Commit

Permalink
format: reformat proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Dec 7, 2023
1 parent 2318d20 commit b1f9674
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/sge/reward/ticket.proto
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ message GrantSignupReferrerRewardPayload {
// common is the common properties of a reward
RewardPayloadCommon common = 1 [ (gogoproto.nullable) = false ];

// referee is the address of the account that used this referrer address as source_uid
string referee = 2;
// referee is the address of the account that used this referrer address as
// source_uid
string referee = 2;
}

0 comments on commit b1f9674

Please sign in to comment.