Skip to content

Commit 54f1f47

Browse files
committed
chore(tests): add newline at end of require-true directive file
1 parent cd989e3 commit 54f1f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/angular/test/base/src/app/lazy/validators/require-true.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export class RequireTrueValidatorDirective implements Validator {
1515
validate(control: AbstractControl): ValidationErrors | null {
1616
return Validators.requiredTrue(control);
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)