Skip to content

Commit

Permalink
Update pkg/policy/provider.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charles-Edouard Brétéché <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry and eddycharly authored Dec 16, 2024
1 parent 311ad14 commit 2d0e8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/policy/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func newPolicyReconciler(client client.Client, compiler Compiler) *policyReconci
lock: &sync.Mutex{},
policies: map[string]PolicyFunc{},
sortPolicies: func() []PolicyFunc {
return []PolicyFunc{}
return nil
},
}
}
Expand Down

0 comments on commit 2d0e8b8

Please sign in to comment.