Skip to content

Commit

Permalink
Remove redundant ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
kronic committed Aug 8, 2023
1 parent 8c58cf2 commit 9eba4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator.Tests/SharedTestFunctions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void validate2(object s, ValidationEventArgs e)
{
if (HandleValidationError(output, xmlLines, e))
throw e.Exception;
};
}

settings.ValidationEventHandler += validate2;

Expand Down

0 comments on commit 9eba4ba

Please sign in to comment.