Skip to content

Commit 5d8dbf2

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 8887fa8 commit 5d8dbf2

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

system/web/Renderer.cfc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -702,18 +702,18 @@ component
702702
// Declare Locations
703703
var moduleName = event.getCurrentModule();
704704
var parentModuleLayoutPath = reReplace(
705-
"/#variables.appMapping#/#variables.layoutsConvention#/modules/#moduleName#/#arguments.layout#",
706-
"//",
707-
"/",
708-
"all"
709-
);
705+
"/#variables.appMapping#/#variables.layoutsConvention#/modules/#moduleName#/#arguments.layout#",
706+
"//",
707+
"/",
708+
"all"
709+
);
710710
var parentCommonLayoutPath = reReplace(
711-
"/#variables.appMapping#/#variables.layoutsConvention#/modules/#arguments.layout#",
712-
"//",
713-
"/",
714-
"all"
715-
);
716-
var moduleLayoutPath = "#variables.modulesConfig[ moduleName ].mapping#/#variables.modulesConfig[ moduleName ].conventions.layoutsLocation#/#arguments.layout#";
711+
"/#variables.appMapping#/#variables.layoutsConvention#/modules/#arguments.layout#",
712+
"//",
713+
"/",
714+
"all"
715+
);
716+
var moduleLayoutPath = "#variables.modulesConfig[ moduleName ].mapping#/#variables.modulesConfig[ moduleName ].conventions.layoutsLocation#/#arguments.layout#";
717717

718718
// Check parent view order setup
719719
if ( variables.modulesConfig[ moduleName ].layoutParentLookup ) {
@@ -838,18 +838,18 @@ component
838838
// Declare Locations
839839
var moduleName = arguments.module;
840840
var parentModuleViewPath = reReplace(
841-
"/#variables.appMapping#/#variables.viewsConvention#/modules/#moduleName#/#arguments.view#",
842-
"//",
843-
"/",
844-
"all"
845-
);
841+
"/#variables.appMapping#/#variables.viewsConvention#/modules/#moduleName#/#arguments.view#",
842+
"//",
843+
"/",
844+
"all"
845+
);
846846
var parentCommonViewPath = reReplace(
847-
"/#variables.appMapping#/#variables.viewsConvention#/modules/#arguments.view#",
848-
"//",
849-
"/",
850-
"all"
851-
);
852-
var moduleViewPath = "#variables.modulesConfig[ moduleName ].mapping#/#variables.modulesConfig[ moduleName ].conventions.viewsLocation#/#arguments.view#";
847+
"/#variables.appMapping#/#variables.viewsConvention#/modules/#arguments.view#",
848+
"//",
849+
"/",
850+
"all"
851+
);
852+
var moduleViewPath = "#variables.modulesConfig[ moduleName ].mapping#/#variables.modulesConfig[ moduleName ].conventions.viewsLocation#/#arguments.view#";
853853

854854
// Check parent view order setup
855855
if ( variables.modulesConfig[ moduleName ].viewParentLookup ) {

0 commit comments

Comments
 (0)