Skip to content

Commit

Permalink
rm trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bohendo committed Jan 6, 2023
1 parent 23f5694 commit bc07da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crytic_compile/platform/etherscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _handle_multiple_files(
for filename, source_code in source_codes.items():
path_filename = PurePosixPath(filename)
# https://etherscan.io/address/0x19bb64b80cbf61e61965b0e5c2560cc7364c6546#code has an import of erc721a/contracts/ERC721A.sol
# if the full path is lost then won't compile
# if the full path is lost then won't compile
if "contracts" == path_filename.parts[0] and not filename.startswith("@"):
path_filename = PurePosixPath(
*path_filename.parts[path_filename.parts.index("contracts") :]
Expand Down

0 comments on commit bc07da5

Please sign in to comment.