Skip to content

Commit 66fc337

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent a8cbe0b commit 66fc337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/validators/UDFValidator.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ component extends="BaseValidator" accessors="true" singleton {
3434
){
3535
var errorMetadata = {};
3636

37-
// return true if no data to check, type needs a data element to be checked.
37+
// return true if no data to check, type needs a data element to be checked.
3838
if ( isNull( arguments.targetValue ) || isNullOrEmpty( arguments.targetValue ) ) {
3939
return true;
4040
}

test-harness/tests/specs/ValidationIntegrations.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
160160
username : "luis",
161161
email : "[email protected]",
162162
password : "luis",
163-
status : 4 // should not validate
163+
status : 4 // should not validate
164164
},
165165
method = "post"
166166
);

0 commit comments

Comments
 (0)