Skip to content

Commit 6e6b137

Browse files
authored
updateding addModule
get rid of return
1 parent ad29b9f commit 6e6b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/tokens/SecurityToken.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ contract SecurityToken is ERC20, ERC20Detailed, ReentrancyGuard, RegistryUpdater
271271
uint256 _maxCost,
272272
uint256 _budget
273273
) external {
274-
return addModuleWithLabel(_moduleFactory, _data, _maxCost, _budget, "");
274+
addModuleWithLabel(_moduleFactory, _data, _maxCost, _budget, "");
275275
}
276276

277277
/**

0 commit comments

Comments
 (0)