From 892a611dfef6f8977c7501163488b209be11b078 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Mon, 26 Feb 2024 13:05:05 -0800 Subject: [PATCH] chore: forge fmt --- .../script/gateway-examples/DeployAndRegisterFunction.s.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contracts/script/gateway-examples/DeployAndRegisterFunction.s.sol b/contracts/script/gateway-examples/DeployAndRegisterFunction.s.sol index 3440dce3..82185661 100644 --- a/contracts/script/gateway-examples/DeployAndRegisterFunction.s.sol +++ b/contracts/script/gateway-examples/DeployAndRegisterFunction.s.sol @@ -8,8 +8,7 @@ import {SuccinctGateway} from "../../src/SuccinctGateway.sol"; // NOTE: Update FunctionVerifier to the verifier you want to deploy and register from the // Succinct platform. -contract FunctionVerifier { -} +contract FunctionVerifier {} contract DeployAndRegisterFunction is Script { function run() external returns (bytes32, address) {