mirror of https://gitea.com/gitea/act_runner.git
fix lint
This commit is contained in:
parent
0ab72505cc
commit
9f7b881426
|
|
@ -25,8 +25,7 @@ import (
|
|||
"golang.org/x/term"
|
||||
)
|
||||
|
||||
type JobLoggerFactoryWithInfoLevel struct {
|
||||
}
|
||||
type JobLoggerFactoryWithInfoLevel struct{}
|
||||
|
||||
// WithJobLogger implements [runner.JobLoggerFactory].
|
||||
func (j *JobLoggerFactoryWithInfoLevel) WithJobLogger() *log.Logger {
|
||||
|
|
|
|||
Loading…
Reference in New Issue