Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored and github-actions[bot] committed Apr 22, 2024
1 parent ab2ed99 commit 1c27b4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/specs/web/context/eventhandlerBeanTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
this.ehbean.init( this.instance.invocationPath );

for ( var thisKey in this.instance ) {
invoke( this.ehBean, "set#thisKey#", [ this.instance[ thisKey ] ] );
invoke(
this.ehBean,
"set#thisKey#",
[ this.instance[ thisKey ] ]
);
}
</cfscript>
</cffunction>
Expand Down

0 comments on commit 1c27b4d

Please sign in to comment.