style: ID instead of Id
This commit is contained in:
@@ -33,7 +33,7 @@ func (b convertedProcess[T]) Set(r Repr) error {
|
||||
return b.process.Set(t)
|
||||
}
|
||||
|
||||
return fmt.Errorf("Incorrent format '%s' for engine '%s'.", r.Id(), b.inType)
|
||||
return fmt.Errorf("Incorrent format '%s' for engine '%s'.", r.ID(), b.inType)
|
||||
}
|
||||
|
||||
func (b convertedProcess[T]) Step(i int) bool {
|
||||
|
||||
Reference in New Issue
Block a user