Skip to content

Commit

Permalink
remove extra line in comment of configureController
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerq committed Jan 9, 2019
1 parent 03886b1 commit a3ee61c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/minting/Controller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ contract Controller is Ownable {
// onlyOwner functions

/**
* @dev set the controller of a particular _worker
*
* @dev set the controller of a particular _worker.
* Argument _worker must not be 0x00. Call removeController(_controller)
* instead to disable the controller.
*/
Expand Down

0 comments on commit a3ee61c

Please sign in to comment.