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) {