Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Tamaskar <[email protected]>
  • Loading branch information
atammy-narmi committed Aug 9, 2023
1 parent 64350ed commit 5a877d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func normalizeMonitorTriggers(triggers []interface{}) {
for _, t := range triggers {
if trigger, ok := t.(map[string]interface{}); ok {
delete(trigger, "id")
for _,trigger_type := range trigger_types {
for _, trigger_type := range trigger_types {
if qlt, ok := trigger[trigger_type].(map[string]interface{}); ok {
normalizeMonitorLevelTriggers(qlt)
}
Expand Down

0 comments on commit 5a877d1

Please sign in to comment.