1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

error whitespace fix whitespace formatting

This commit is contained in:
Cy Okeke 2025-03-19 16:37:05 +01:00
parent 9500f21bfe
commit d76af6cb2a
No known key found for this signature in database
GPG Key ID: 88B341B55C84B45C

View File

@ -62,8 +62,7 @@ public class UpdatePhishingDomainsJob : BaseJob
try try
{ {
var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync(); var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync(); error WHITESPACE: Fix whitespace formatting
if (!domains.Contains("phishing.testcategory.com", StringComparer.OrdinalIgnoreCase)) if (!domains.Contains("phishing.testcategory.com", StringComparer.OrdinalIgnoreCase))
{ {
domains.Add("phishing.testcategory.com"); domains.Add("phishing.testcategory.com");