Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xhad committed Aug 28, 2024
1 parent ad63060 commit 7cd95e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.24;
import "lib/forge-std/src/Script.sol";

import {VaultFactory} from "src/VaultFactory.sol";
import {AnvilActors,HoleskyActors,ChapelActors,IActors} from "script/Actors.sol";
import {AnvilActors, HoleskyActors, ChapelActors, IActors} from "script/Actors.sol";
import {SingleVault} from "src/SingleVault.sol";

contract DeployVaultFactory is Script {
Expand Down

0 comments on commit 7cd95e8

Please sign in to comment.