Skip to content

Commit d13f24b

Browse files
jclausengithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent c2c16af commit d13f24b

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)