Fix whitespace in ERC777 (#2667)

pull/2687/head
Iskander 4 years ago committed by GitHub
parent f31bb101ad
commit 7144ec8db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/token/ERC777/ERC777.sol

@ -51,7 +51,7 @@ contract ERC777 is Context, IERC777, IERC20 {
mapping(address => mapping(address => bool)) private _revokedDefaultOperators;
// ERC20-allowances
mapping (address => mapping (address => uint256)) private _allowances;
mapping(address => mapping(address => uint256)) private _allowances;
/**
* @dev `defaultOperators` may be an empty array.

Loading…
Cancel
Save