Skip to content

Commit 26e286e

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent ac5e23d commit 26e286e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

system/runners/BDDRunner.cfc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ component
4141
required callbacks
4242
){
4343
// Get target metadata
44-
var targetMD = getMetadata( arguments.target );
44+
var targetMD = getMetadata( arguments.target );
4545
var tartetAnnotations = targetMD.keyExists( "annotations" ) ? targetMD.annotations : targetMD;
46-
var bundleName = ( structKeyExists( tartetAnnotations, "displayName" ) ? tartetAnnotations.displayname : targetMD.name );
46+
var bundleName = (
47+
structKeyExists( tartetAnnotations, "displayName" ) ? tartetAnnotations.displayname : targetMD.name
48+
);
4749

4850
// Execute the suite descriptors
4951
arguments.target.run( testResults = arguments.testResults, testbox = variables.testbox );

0 commit comments

Comments
 (0)