From a3ee61c49dff4587a21d8f07eeaac6792641c45a Mon Sep 17 00:00:00 2001 From: Walker Date: Wed, 9 Jan 2019 01:00:48 -0500 Subject: [PATCH] remove extra line in comment of configureController --- contracts/minting/Controller.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contracts/minting/Controller.sol b/contracts/minting/Controller.sol index dbcc336ea..7b71abe61 100644 --- a/contracts/minting/Controller.sol +++ b/contracts/minting/Controller.sol @@ -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. */