diff --git a/apstra/apstra_validator/attribute_conflict.go b/apstra/apstra_validator/attribute_conflict.go index cf27bfe1..36f6ddb0 100644 --- a/apstra/apstra_validator/attribute_conflict.go +++ b/apstra/apstra_validator/attribute_conflict.go @@ -195,5 +195,4 @@ func (o *attributeConflictValidator) validateElement(ctx context.Context, req at } break // all of the the required attribute have been found; move on to the next set member } - }