Skip to content

Commit d967f06

Browse files
gpickinactions-user
authored andcommitted
Apply cfformat changes
1 parent 64dce61 commit d967f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/modules/HTMLHelper/models/HTMLHelper.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,7 @@ component
25522552

25532553
// Calculate href for asset delivery via Browser
25542554
var href = "/#includesLocation#/#arguments.fileName#";
2555-
var key = reReplace( href, "^//?", "" );
2555+
var key = reReplace( href, "^//?", "" );
25562556
if ( mapping.len() ) {
25572557
var href = "/#mapping#/#includesLocation#/#arguments.fileName#";
25582558
}

0 commit comments

Comments
 (0)