Skip to content

Commit e7e8d8e

Browse files
nventurofrangio
authored andcommitted
Fixed Solium warnings. (#1301)
1 parent f28a135 commit e7e8d8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/token/ERC20/ERC20Detailed.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ contract ERC20Detailed is IERC20 {
2626
function name() public view returns(string) {
2727
return name_;
2828
}
29+
2930
/**
3031
* @return the symbol of the token.
3132
*/
3233
function symbol() public view returns(string) {
3334
return symbol_;
3435
}
36+
3537
/**
3638
* @return the number of decimals of the token.
3739
*/

0 commit comments

Comments
 (0)