Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Jun 1, 2022
1 parent 6bd051b commit 3368b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/GaugeController.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ contract GaugeController is IGaugeController, Ownable {
*/
event Deployed(IERC20 token, IGaugeReward gaugeReward, address owner);

// /**
// * @notice Emitted when GaugeReward address is set/updated
// * @param gaugeReward Address of the newly set GaugeReward contract
// */
/**
* @notice Emitted when GaugeReward address is set/updated
* @param gaugeReward Address of the newly set GaugeReward contract
*/
event GaugeRewardSet(IGaugeReward gaugeReward);

/**
Expand Down

0 comments on commit 3368b36

Please sign in to comment.