formatting

This commit is contained in:
Ilias Tsatiris 2026-01-08 14:51:57 +02:00
parent 67c40b7cae
commit e9fd3bfabb

View file

@ -174,8 +174,8 @@ func (c *callTrace) UnmarshalJSON(input []byte) error {
return nil
}
func (f callTrace) TypeString() string {
return f.Type.String()
func (c callTrace) TypeString() string {
return c.Type.String()
}
// Iterates over all the input-output datasets in the tracer test harness and