Fix gofmt errors

Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
z1cheng 2023-06-25 08:14:06 +00:00 committed by k8s-infra-cherrypick-robot
parent 2bb2d9ef15
commit 78a7dedbad
4 changed files with 5 additions and 5 deletions

View file

@ -35,4 +35,4 @@ func (c *chain) fail(message string, args ...interface{}) {
}
c.failbit = true
c.reporter.Errorf(message, args...)
}
}