Skip to content

Commit 9e5d216

Browse files
committed
lint: fmt
1 parent 1cb01fe commit 9e5d216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/Lido.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {BurnMintERC20} from "../vendor/BurnMintERC20.sol";
2626
contract LidoL2 is SignetL2, BurnMintERC20 {
2727
using SafeERC20 for IERC20;
2828

29-
/// @notice The WstETH token on the host.
29+
/// @notice The WstETH token on the host.
3030
address public immutable HOST_WSTETH;
3131

3232
constructor(address _hostWsteth) BurnMintERC20("Signet Lido Staked Ether", "stETH", 18, 0, 0) {

0 commit comments

Comments
 (0)