Skip to content

Commit 65490b2

Browse files
authored
Merge pull request #126 from dotnet-campus/t/bot/fix-codeformatting
[Bot] Automated PR to fix formatting errors
2 parents b6796be + 5f722fe commit 65490b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNETBuild/Utils/Email_/EmailTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public void SendEmail(IEnumerable<string> toList,
2929
string? displaySenderName = null,
3030
IEnumerable<FileInfo>? attachmentFileList = null)
3131
{
32-
EmailHelper.SendEmail(AppConfigurator.Of<EmailConfiguration>(),toList, subject, body, displaySenderName, attachmentFileList);
32+
EmailHelper.SendEmail(AppConfigurator.Of<EmailConfiguration>(), toList, subject, body, displaySenderName, attachmentFileList);
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)