Skip to content

Commit b528eba

Browse files
lmajanogithub-actions[bot]
authored andcommitted
Apply cfformat changes
1 parent 06a9f57 commit b528eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/MailService.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ component accessors="true" singleton threadsafe {
377377
var key = "";
378378

379379
// Do not process tokens if using dynamic template (send-grid-protocol)
380-
if( arguments.mail.getType() == "template" ) return;
380+
if ( arguments.mail.getType() == "template" ) return;
381381

382382
// Check mail parts for content
383383
if ( arrayLen( mailparts ) ) {

0 commit comments

Comments
 (0)