Skip to content

Commit ed666ca

Browse files
bdw429sgithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent f7f2457 commit ed666ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/CBORMCompatActiveEntity.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ component extends="cbmongodb.models.ActiveEntity" {
3838
if ( len( arguments.SortOrder ) ) {
3939
var sort = listToArray( arguments.sortOrder, " " );
4040

41-
this.setSort( { sort[1] : sort[ 2 ] } );
41+
this.setSort( { sort[1] : sort[ 2 ] } );
4242
}
4343

4444
return this.query();

0 commit comments

Comments
 (0)