Skip to content

Commit

Permalink
Merge pull request #268 from peterliapin/deepsource-transform-345a7dcf
Browse files Browse the repository at this point in the history
style: format code with dotnet-format
  • Loading branch information
peterliapin authored Oct 14, 2024
2 parents 2cdfd22 + 0d4541c commit 6f0b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnlineSales/Services/EmailFromTemplateService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static string EvaluateTemplate(string template, Dictionary<string, strin
}

return TokenHelper.ReplaceTokensFromVariables(templateArguments!.ConvertKeys("<%", "%>"), template);
}
}

private async Task<EmailTemplate> GetEmailTemplate(string name, string language)
{
Expand Down

0 comments on commit 6f0b33d

Please sign in to comment.