Formatting

This commit is contained in:
Kieran
2022-07-25 20:38:58 +01:00
parent 007e11571b
commit ad59bdd96c
7 changed files with 16 additions and 15 deletions

View File

@@ -12,4 +12,4 @@ public class NoOpVerifier : ICaptchaVerifier
{
return ValueTask.FromResult(true);
}
}
}