Unverified Commit 7144ec8d by Iskander Committed by GitHub

Fix whitespace in ERC777 (#2667)

parent f31bb101
...@@ -51,7 +51,7 @@ contract ERC777 is Context, IERC777, IERC20 { ...@@ -51,7 +51,7 @@ contract ERC777 is Context, IERC777, IERC20 {
mapping(address => mapping(address => bool)) private _revokedDefaultOperators; mapping(address => mapping(address => bool)) private _revokedDefaultOperators;
// ERC20-allowances // ERC20-allowances
mapping (address => mapping (address => uint256)) private _allowances; mapping(address => mapping(address => uint256)) private _allowances;
/** /**
* @dev `defaultOperators` may be an empty array. * @dev `defaultOperators` may be an empty array.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment