Skip to content

Commit 64b3898

Browse files
committed
chore: make fmt
1 parent 9e53ea6 commit 64b3898

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/integration/IntegrationDeployer.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ abstract contract IntegrationDeployer is ExistingDeploymentParser {
600600

601601
user = userType == DEFAULT ? new User(name) : User(new User_AltMethods(name));
602602

603-
604603
assertTrue(address(user) != address(0), "User is not initialized");
605604
// if (eq(profile, "default") || eq(profile, "mainnet") || (eq(profile, "forktest") && isUpgraded)) {
606605
// user = userType == DEFAULT ? new User(name) : User(new User_AltMethods(name));

0 commit comments

Comments
 (0)