Skip to content

Commit 79bbddf

Browse files
authored
Merge pull request #8 from wormhole-foundation/format-7-10
Misc: run forge fmt
2 parents 1388a93 + 1c6ce55 commit 79bbddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/IWETH.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import "./IERC20.sol";
77

88
interface IWETH is IERC20 {
99
function deposit() external payable;
10-
function withdraw(uint amount) external;
11-
}
10+
function withdraw(uint256 amount) external;
11+
}

0 commit comments

Comments
 (0)