Skip to content

Commit 04decb1

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 17c6674 commit 04decb1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

models/criterion/BaseBuilder.cfc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,13 @@ component accessors="true" {
701701
}
702702

703703
// iterate array and add projections
704-
writeDump( var=arguments, top = 5, showUDFs = false, expand = false );
705-
writeDump( var=callStackGet(), expand=false );
704+
writeDump(
705+
var = arguments,
706+
top = 5,
707+
showUDFs = false,
708+
expand = false
709+
);
710+
writeDump( var = callStackGet(), expand = false );
706711

707712
for ( var thisP in arguments.propertyName ) {
708713
// add projection into the projection list

0 commit comments

Comments
 (0)