Skip to content

Commit 1c6ce55

Browse files
committed
Misc: run forge fmt
1 parent bd466aa commit 1c6ce55

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)