Restore trailing newline in ManagementOptions.cs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Sipke Schoorstra 2026-06-19 21:13:01 +02:00
parent 7981892838
commit b266b32ef9
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -42,4 +42,4 @@ public class ManagementOptions
/// defaulted to <c>false</c> (opt-in); as of 3.8.0 it defaults to <c>true</c> (opt-out).
/// </summary>
public bool FailOnValidationErrors { get; set; } = true;
}
}