Skip to content

Commit 285e846

Browse files
refactor: format code with Prettier
1 parent 7e9e15b commit 285e846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/validation/ValidationExecutor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export class ValidationExecutor {
4545
*/
4646
if (!this.metadataStorage.hasValidationMetaData && this.validatorOptions?.enableDebugMessages === true) {
4747
console.warn(
48-
`No validation metadata found. No validation will be performed. There are multiple possible reasons:\n` +
49-
` - There may be multiple class-validator versions installed. You will need to flatten your dependencies to fix the issue.\n` +
50-
` - This validation runs before any file with validation decorator was parsed by NodeJS.`
48+
`No validation metadata found. No validation will be performed. There are multiple possible reasons:\n` +
49+
` - There may be multiple class-validator versions installed. You will need to flatten your dependencies to fix the issue.\n` +
50+
` - This validation runs before any file with validation decorator was parsed by NodeJS.`
5151
);
5252
}
5353

0 commit comments

Comments
 (0)