Skip to content

Commit 3313433

Browse files
committed
fix: forge fmt
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 39a5753 commit 3313433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/RedeployAddressWhitelist.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ contract RedeployAddressWhitelist is Script {
8585
console.log("Previous Owner:", previousOwner);
8686
console.log("Final Owner:", newWhitelist.owner());
8787
console.log("Whitelisted Addresses Copied:", whitelistedAddresses.length);
88-
88+
8989
// Verify the whitelist was copied correctly
9090
address[] memory newWhitelistAddresses = newWhitelist.getWhitelist();
9191
console.log("New Contract Whitelist Count:", newWhitelistAddresses.length);
92-
92+
9393
if (whitelistedAddresses.length == newWhitelistAddresses.length) {
9494
console.log("[SUCCESS] Whitelist copy verification: SUCCESS");
9595
} else {

0 commit comments

Comments
 (0)