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 Jan 10, 2024
1 parent 8f83367 commit eac0272
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions system/core/delegates/StringUtil.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,8 @@ component singleton {
"all"
) )
// Parenthesis spacing
.map( ( item ) => item.reReplace(
"\((\w)",
"( \1",
"all"
) )
.map( ( item ) => item.reReplace(
"(\w)\)",
"\1 )",
"all"
) )
.map( ( item ) => item.reReplace( "\((\w)", "( \1", "all" ) )
.map( ( item ) => item.reReplace( "(\w)\)", "\1 )", "all" ) )
// Keyword spacing
.map( ( item ) => {
return item.reReplacenocase(
Expand Down

0 comments on commit eac0272

Please sign in to comment.