Skip to content

Commit

Permalink
Remove 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 ce94b7d commit 6125d7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rego/Utils.rego
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ if {
# 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]

# Extract the values that are there for only some of the events
DomainName := GetEventDomain(Event)
AppName := GetEventApp(Event)
Expand Down

0 comments on commit 6125d7d

Please sign in to comment.