Skip to content

Commit

Permalink
fix code formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddjerqq authored Mar 23, 2023
1 parent 38d8fe4 commit d849b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ If you're using async validation, you can use the `ValidateAsync` method on the
@code {
private Person _person = new();
private FluentValidationValidator? _fluentValidationValidator;
private FluentValidationValidator? _fluentValidationValidator;
private void SubmitFormAsync()
{
if (await _fluentValidationValidator!.ValidateAsync())
if (await _fluentValidationValidator!.ValidateAsync())
{
Console.WriteLine("Form Submitted Successfully!");
}
Expand Down

0 comments on commit d849b9a

Please sign in to comment.