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:
parent
9500f21bfe
commit
d76af6cb2a
@ -62,8 +62,7 @@ public class UpdatePhishingDomainsJob : BaseJob
|
||||
|
||||
try
|
||||
{
|
||||
var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync();
|
||||
|
||||
var domains = await _cloudPhishingDomainQuery.GetPhishingDomainsAsync(); error WHITESPACE: Fix whitespace formatting
|
||||
if (!domains.Contains("phishing.testcategory.com", StringComparer.OrdinalIgnoreCase))
|
||||
{
|
||||
domains.Add("phishing.testcategory.com");
|
||||
|
Loading…
x
Reference in New Issue
Block a user