style: reformatted all files

This commit is contained in:
ITQ
2025-12-19 21:04:12 +03:00
parent d7320f2198
commit 5c89ca5f09
21 changed files with 288 additions and 107 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ var (
ErrDuplicateResult = errors.New("duplicate result")
ErrCompetitionNotFound = errors.New("competition not found")
ErrUserNotFound = errors.New("user not found")
)
)