Skip to content

Commit 15092e4

Browse files
Change ValidationReporter class to static
1 parent d795708 commit 15092e4

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

0 commit comments

Comments
 (0)