mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
lint code
Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
parent
da4add4090
commit
c511828b70
|
|
@ -263,7 +263,7 @@ contract AaveHelpers is Helper {
|
||||||
);
|
);
|
||||||
|
|
||||||
for (uint256 i = 0; i < _length; i++) {
|
for (uint256 i = 0; i < _length; i++) {
|
||||||
_targets[i] = "BASIC-A";
|
_targets[i] = "BASIC-A";
|
||||||
if (amts[i] > 0) {
|
if (amts[i] > 0) {
|
||||||
uint256 _amt = amts[i];
|
uint256 _amt = amts[i];
|
||||||
address _token = tokens[i];
|
address _token = tokens[i];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user