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 715224a commit df1b1e0
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 @@ -161,7 +161,7 @@ component {
* 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 df1b1e0

Please sign in to comment.