Skip to content

Commit 6c3755c

Browse files
committed
Fix lint
Signed-off-by: Tingmao Wang <[email protected]>
1 parent a14df8c commit 6c3755c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/securitypolicy/securitypolicyenforcer.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ func CreateSecurityPolicyEnforcer(
191191
}
192192

193193
type nopRevertableSectionHandle struct{}
194-
func (nopRevertableSectionHandle) Commit() {}
194+
195+
func (nopRevertableSectionHandle) Commit() {}
195196
func (nopRevertableSectionHandle) Rollback() {}
196197

197198
type OpenDoorSecurityPolicyEnforcer struct {

0 commit comments

Comments
 (0)