style: format backend with dotnet format

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
eho
2026-07-03 13:39:31 +02:00
co-authored by Claude Opus 4.8
parent e82309786d
commit 1137f59f7b
17 changed files with 1135 additions and 1129 deletions
@@ -7,5 +7,5 @@ namespace BigRegister.Domain.Intake;
/// </summary>
public static class IntakePolicy
{
public const int ScholingThreshold = 1000;
public const int ScholingThreshold = 1000;
}