Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Oct 18, 2023
1 parent 327a13a commit 0608118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contracts/interfaces/IQuestFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ interface IQuestFactory {
string extraData
);
event Quest1155Claimed(
address indexed recipient, address indexed questAddress, string questId, address rewardToken, uint256 tokenId
address indexed recipient,
address indexed questAddress,
string questId,
address rewardToken,
uint256 tokenId
);
event QuestClaimed(
address indexed recipient,
Expand Down

0 comments on commit 0608118

Please sign in to comment.