minor refactor

This commit is contained in:
Ilia Denisov
2026-02-08 15:47:59 +02:00
parent 175fb98c3a
commit bf34843568
6 changed files with 28 additions and 21 deletions
-1
View File
@@ -4,7 +4,6 @@ func NewRaceUnknownError(arg ...any) error {
return newGenericError(ErrInputUnknownRace, arg...)
}
func NewSameRaceError(arg ...any) error {
// TODO: check all possible commands
return newGenericError(ErrInputSameRace, arg...)
}