Skip to content

Commit 148326b

Browse files
Change ValidationReporter to non-sealed class
1 parent 15092e4 commit 148326b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SLNX-validator/ValidationReporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace JulianVerdurmen.SlnxValidator;
44

5-
internal static sealed class ValidationReporter
5+
internal static class ValidationReporter
66
{
77
public static async Task Report(IReadOnlyList<FileValidationResult> results)
88
{

0 commit comments

Comments
 (0)