Skip to content

Commit cb7a16d

Browse files
homestar9actions-user
authored andcommitted
Apply cfformat changes
1 parent fdd3c1f commit cb7a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/validators/MethodValidator.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ component
4040
// return true if no data to check, type needs a data element to be checked.
4141
if ( isNull( arguments.targetValue ) || isNullOrEmpty( arguments.targetValue ) ) {
4242
return true;
43-
}
43+
}
4444

4545
// return true if no data to check, type needs a data element to be checked.
4646
if ( isNull( arguments.targetValue ) || isNullOrEmpty( arguments.targetValue ) ) {

0 commit comments

Comments
 (0)