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 e33872b commit 39025a3
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 @@ -176,7 +176,7 @@ if {

NewValue := "DELETE_APPLICATION_SETTING"

# 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]

# Extract the values that are there for only some of the events
Expand Down

0 comments on commit 39025a3

Please sign in to comment.