Skip to content

Commit 992aa72

Browse files
committed
fix format
1 parent a6a3717 commit 992aa72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lazer/contracts/evm/script/PythLazerDeploy.s.sol

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,7 @@ contract PythLazerDeployScript is Script {
183183
_writeDeploymentOutput(impl, proxy);
184184
}
185185

186-
function _writeDeploymentOutput(
187-
address impl,
188-
address proxy
189-
) internal {
186+
function _writeDeploymentOutput(address impl, address proxy) internal {
190187
string memory jsonKey = "deployment";
191188

192189
vm.serializeAddress(jsonKey, "implementationAddress", impl);

0 commit comments

Comments
 (0)