Skip to content

Commit

Permalink
Merge pull request SunWeb3Sec#455 from pasha9990/main
Browse files Browse the repository at this point in the history
Fix issue: Error (2314): Expected '=>' but got identifier
  • Loading branch information
SunWeb3Sec authored Nov 1, 2023
2 parents 819fb28 + dae74ae commit 094655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/DePayRouter_exp.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ contract ContractTest is Test{
balances[address(this)] = 1e30 + 1;
}

mapping(address account => uint256) public balances;
mapping(address => uint256) public balances;
function balanceOf(address account) public view virtual returns (uint256) {
return balances[account];
}
Expand Down

0 comments on commit 094655c

Please sign in to comment.