This commit is contained in:
Christopher Homberger 2026-02-22 15:51:52 +01:00
parent 0ab72505cc
commit 9f7b881426
1 changed files with 1 additions and 2 deletions

View File

@ -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 {