Skip to content

Commit

Permalink
Trim trailing whitespace rego/Utils.rego
Browse files Browse the repository at this point in the history
Co-authored-by: David Bui <[email protected]>
  • Loading branch information
adhilto and buidav authored Jan 15, 2024
1 parent 39025a3 commit 1e13a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rego/Utils.rego
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if {
"SETTING_NAME" in {Parameter.name | some Parameter in Event.parameters}
"NEW_VALUE" in {Parameter.name | some Parameter in Event.parameters}

# Extract the values that are there for every event
# Extract the values that are there for every event
Setting := [Parameter.value | some Parameter in Event.parameters; Parameter.name == "SETTING_NAME"][0]
NewValue := [Parameter.value | some Parameter in Event.parameters; Parameter.name == "NEW_VALUE"][0]

Expand Down

0 comments on commit 1e13a4b

Please sign in to comment.