Skip to content

Commit bfc8acd

Browse files
committed
Add empty line
1 parent 56cfe7e commit bfc8acd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Core/Utilities/ValidateSequenceAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class ValidateSequenceAttribute<TValidator> : ValidationAttribute
1919
{
2020
return ValidationResult.Success;
2121
}
22+
2223
var items = ((IEnumerable<object>)value).ToList();
2324
var validator = new TValidator();
2425
var invalid = items.Where(item => !validator.IsValid(item)).ToList();

0 commit comments

Comments
 (0)