Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Abdalla <aabdelre@redhat.com>
  • Loading branch information
devguyio committed Nov 11, 2021
1 parent 81ef75e commit 5363c2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/apis/eventing/v1/trigger_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ func ValidateSubscriptionAPIFilter(ctx context.Context, filter *SubscriptionsAPI
ValidateSubscriptionAPIFiltersList(ctx, filter.All).ViaField("all"),
).Also(
ValidateSubscriptionAPIFiltersList(ctx, filter.Any).ViaField("any"),
).Also(ValidateSubscriptionAPIFilter(ctx, filter.Not).ViaField("not"))
).Also(
ValidateSubscriptionAPIFilter(ctx, filter.Not).ViaField("not"),
)
return errs
}

Expand Down

0 comments on commit 5363c2b

Please sign in to comment.