Skip to content

Commit 649787b

Browse files
jclausengithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 3bec0b5 commit 649787b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

models/Mail.cfc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -460,20 +460,20 @@ component accessors="true" {
460460
// Do we have a layout?
461461
if ( !isNull( arguments.layout ) && len( arguments.layout ) ) {
462462
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+
);
469469
}
470470
// Else, plain view rendering
471471
else {
472472
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+
);
477477
}
478478

479479
return this;

0 commit comments

Comments
 (0)