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 dd7f077 commit b4ad096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/dynamic/MixerUtil.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ component accessors="true" {
* Removes a method in a CFC
*/
function removePropertyMixin( required propertyName, scope = "variables" ){
switch( arguments.scope ){
switch ( arguments.scope ) {
case "variables":
return structDelete( variables, arguments.propertyName );
break;
Expand Down

0 comments on commit b4ad096

Please sign in to comment.