We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14df8c commit 6c3755cCopy full SHA for 6c3755c
pkg/securitypolicy/securitypolicyenforcer.go
@@ -191,7 +191,8 @@ func CreateSecurityPolicyEnforcer(
191
}
192
193
type nopRevertableSectionHandle struct{}
194
-func (nopRevertableSectionHandle) Commit() {}
+
195
+func (nopRevertableSectionHandle) Commit() {}
196
func (nopRevertableSectionHandle) Rollback() {}
197
198
type OpenDoorSecurityPolicyEnforcer struct {
0 commit comments