linted code

This commit is contained in:
Richa-iitr 2022-06-05 09:57:17 +05:30
parent 948bf954ec
commit 9bc29252c3
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ pragma solidity ^0.7.0;
contract Events { contract Events {
event LogSwap( event LogSwap(
string _connector, string _connector,
address indexed buyToken, address indexed buyToken,
address indexed sellToken, address indexed sellToken,
uint256 buyAmt, uint256 buyAmt,

View File

@ -3,7 +3,7 @@ pragma solidity ^0.7.0;
contract Events { contract Events {
event LogSwap( event LogSwap(
string _connector, string _connector,
address indexed buyToken, address indexed buyToken,
address indexed sellToken, address indexed sellToken,
uint256 buyAmt, uint256 buyAmt,

View File

@ -3,7 +3,7 @@ pragma solidity ^0.7.0;
contract Events { contract Events {
event LogSwap( event LogSwap(
string _connector, string _connector,
address indexed buyToken, address indexed buyToken,
address indexed sellToken, address indexed sellToken,
uint256 buyAmt, uint256 buyAmt,