mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-25 00:05:03 +01:00
fix lint
This commit is contained in:
@@ -25,8 +25,7 @@ import (
|
|||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
)
|
)
|
||||||
|
|
||||||
type JobLoggerFactoryWithInfoLevel struct {
|
type JobLoggerFactoryWithInfoLevel struct{}
|
||||||
}
|
|
||||||
|
|
||||||
// WithJobLogger implements [runner.JobLoggerFactory].
|
// WithJobLogger implements [runner.JobLoggerFactory].
|
||||||
func (j *JobLoggerFactoryWithInfoLevel) WithJobLogger() *log.Logger {
|
func (j *JobLoggerFactoryWithInfoLevel) WithJobLogger() *log.Logger {
|
||||||
|
|||||||
Reference in New Issue
Block a user