From 22737735e82adb1d3db5df92061d1798b5530ab1 Mon Sep 17 00:00:00 2001 From: cam-schultz Date: Thu, 11 Jul 2024 21:52:46 -0500 Subject: [PATCH] format --- .../Teleporter/upgrades/tests/TeleporterRegistryTests.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Teleporter/upgrades/tests/TeleporterRegistryTests.t.sol b/contracts/Teleporter/upgrades/tests/TeleporterRegistryTests.t.sol index e0c5c4875..737f33077 100644 --- a/contracts/Teleporter/upgrades/tests/TeleporterRegistryTests.t.sol +++ b/contracts/Teleporter/upgrades/tests/TeleporterRegistryTests.t.sol @@ -317,7 +317,7 @@ contract TeleporterRegistryTest is Test { payload: abi.encode( ProtocolRegistryEntry({version: version, protocolAddress: protocolAddress}), registryAddress - ) + ) }); }