From f24a3e73dd83b9a91a751dd867c5fdbba7c9a6e5 Mon Sep 17 00:00:00 2001 From: lmajano Date: Mon, 22 Apr 2024 08:42:24 +0000 Subject: [PATCH] Apply cfformat changes --- tests/specs/web/context/eventhandlerBeanTest.cfc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/specs/web/context/eventhandlerBeanTest.cfc b/tests/specs/web/context/eventhandlerBeanTest.cfc index 348b17cdf..15e67cf6c 100755 --- a/tests/specs/web/context/eventhandlerBeanTest.cfc +++ b/tests/specs/web/context/eventhandlerBeanTest.cfc @@ -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 ] ] + ); }