Skip to content

Commit

Permalink
Add new line for readability and consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
adhilto committed Jan 15, 2024
1 parent 6125d7d commit 356a749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rego/Utils.rego
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ 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 356a749

Please sign in to comment.