Fix NatSpec comment syntax

pull/2416/head
Francisco Giordano 4 years ago
parent 9e51b2e5df
commit ef0483b4be
  1. 2
      contracts/access/TimelockController.sol

@ -86,7 +86,7 @@ contract TimelockController is AccessControl {
_;
}
/*
/**
* @dev Contract might receive/hold ETH as part of the maintenance process.
*/
receive() external payable {}

Loading…
Cancel
Save