Update FluentObjectValidationContributor.cs

pull/2441/head
maliming 6 years ago committed by GitHub
parent c318133484
commit 6890919357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ namespace Volo.Abp.FluentValidation
context.Errors.AddRange(
result.Errors.Select(
error =>
new ValidationResult(error.ErrorMessage, new []{error.PropertyName})
new ValidationResult(error.ErrorMessage, new[] { error.PropertyName })
)
);
}

Loading…
Cancel
Save