File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -460,20 +460,20 @@ component accessors="true" {
460
460
// Do we have a layout?
461
461
if ( ! isNull ( arguments .layout ) && len ( arguments .layout ) ) {
462
462
variables .config .body = variables .renderer .layout (
463
- layout : arguments .layout ,
464
- module : arguments .layoutModule ,
465
- view : arguments .view ,
466
- args : arguments .args ,
467
- viewModule : arguments .module
468
- );
463
+ layout : arguments .layout ,
464
+ module : arguments .layoutModule ,
465
+ view : arguments .view ,
466
+ args : arguments .args ,
467
+ viewModule : arguments .module
468
+ );
469
469
}
470
470
// Else, plain view rendering
471
471
else {
472
472
variables .config .body = variables .renderer .view (
473
- view : arguments .view ,
474
- args : arguments .args ,
475
- module : arguments .module
476
- );
473
+ view : arguments .view ,
474
+ args : arguments .args ,
475
+ module : arguments .module
476
+ );
477
477
}
478
478
479
479
return this ;
You can’t perform that action at this time.
0 commit comments