Skip to content

Commit b081c32

Browse files
Add comment for deliberately empty branch
Signed-off-by: Peter Broadhurst <[email protected]>
1 parent de49663 commit b081c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/policyengines/simple/simple_policy_engine.go

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func (f *PolicyEngineFactory) NewPolicyEngine(ctx context.Context, prefix config
5858
}
5959
switch p.gasOracleMode {
6060
case GasOracleModeConnector:
61+
// No initialization required
6162
case GasOracleModeRESTAPI:
6263
p.gasOracleClient = ffresty.New(ctx, gasOraclePrefix)
6364
default:

0 commit comments

Comments
 (0)