chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2026-04-06 09:01:23 -05:00
parent 0047151222
commit f37181bf33
5 changed files with 5 additions and 5 deletions
@@ -7,4 +7,4 @@ public sealed record SmtpSettings
public string Username { get; init; } = string.Empty;
public string Password { get; init; } = string.Empty;
public bool UseSsl { get; init; }
}
}