From 53cfe9238fa3a88a109d5f2898a712c0d809824e Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Fri, 22 May 2026 00:18:00 +0200 Subject: [PATCH] Apply gofmt to timetable_solution_migrations.go Co-Authored-By: Claude Opus 4.7 (1M context) --- .../internal/database/timetable_solution_migrations.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/school-service/internal/database/timetable_solution_migrations.go b/school-service/internal/database/timetable_solution_migrations.go index dfad5f8..4fca032 100644 --- a/school-service/internal/database/timetable_solution_migrations.go +++ b/school-service/internal/database/timetable_solution_migrations.go @@ -5,7 +5,8 @@ package database // many tt_lesson rows (one per scheduled class-subject hour). // // Status flow: -// pending → running → completed | failed | infeasible +// +// pending → running → completed | failed | infeasible // // hard_score / soft_score come straight from Timefold's HardSoftScore. Lower // (more negative) hard_score means more hard-constraint violations; the UI