Skip to content

Commit

Permalink
chore(fmt): run forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 21, 2024
1 parent fbeb696 commit b30f4eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/storage/ExoCapsuleStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ contract ExoCapsuleStorage {
UNREGISTERED, // the validator has not been registered in this ExoCapsule
REGISTERED, // staked on ethpos and withdrawal credentials are pointed to the ExoCapsule
WITHDRAWN // withdrawn from the Beacon Chain

}

struct Validator {
Expand Down
3 changes: 2 additions & 1 deletion test/foundry/DepositWithdrawPrinciple.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ pragma solidity ^0.8.19;

import "../../src/core/ExoCapsule.sol";
import "../../src/core/ExocoreGateway.sol";
import {ILSTRestakingController} from "../../src/interfaces/ILSTRestakingController.sol";

import {IExoCapsule} from "../../src/interfaces/IExoCapsule.sol";
import {ILSTRestakingController} from "../../src/interfaces/ILSTRestakingController.sol";
import "../../src/storage/GatewayStorage.sol";
import "./ExocoreDeployer.t.sol";
import "forge-std/Test.sol";
Expand Down

0 comments on commit b30f4eb

Please sign in to comment.