Skip to content

Commit bc07da5

Browse files
author
bohendo
committed
rm trailing whitespace
1 parent 23f5694 commit bc07da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/platform/etherscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _handle_multiple_files(
153153
for filename, source_code in source_codes.items():
154154
path_filename = PurePosixPath(filename)
155155
# https://etherscan.io/address/0x19bb64b80cbf61e61965b0e5c2560cc7364c6546#code has an import of erc721a/contracts/ERC721A.sol
156-
# if the full path is lost then won't compile
156+
# if the full path is lost then won't compile
157157
if "contracts" == path_filename.parts[0] and not filename.startswith("@"):
158158
path_filename = PurePosixPath(
159159
*path_filename.parts[path_filename.parts.index("contracts") :]

0 commit comments

Comments
 (0)