Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Jun 4, 2024
1 parent 133cf47 commit a6399c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ library Diamond {
(bool success, bytes memory data) = _init.delegatecall(_calldata);
if (!success) {
// If the returndata is too small, we still want to produce some meaningful error

if (data.length < 4) {
revert MalformedCalldata();
}
Expand Down
2 changes: 1 addition & 1 deletion l1-contracts/test/test_config/constant/hardhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@
"decimals": 18,
"address": "0xed01DF970925Cc0BB427f9E8014449C8a529D303"
}
]
]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@matterlabs/prettier-config": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.51.0",
"markdownlint-cli": "^0.33.0",
"prettier-plugin-solidity": "^1.1.3",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "4.5.4"
},
"scripts": {
Expand Down

0 comments on commit a6399c8

Please sign in to comment.