Skip to content

Commit abd4d84

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 717eaa3 commit abd4d84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/cache/store/indexers/MetadataIndexer.cfc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ component accessors="true" {
9797
*/
9898
struct function getObjectMetadata( required objectKey ){
9999
var results = variables.poolMetadata.get( arguments.objectKey );
100-
return isNull( results ) ? {} : results;
100+
return isNull( results ) ? {} : results;
101101
}
102102

103103
/**
@@ -176,8 +176,8 @@ component accessors="true" {
176176
* Get an array of sorted keys for this indexer according to parameters
177177
*
178178
* @objectKey
179-
* @property
180-
* @value
179+
* @property
180+
* @value
181181
*/
182182
array function getSortedKeys(
183183
required property,

0 commit comments

Comments
 (0)