mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Ran formatter and fixed some lint issues
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
type ProgressFormatter struct {}
|
||||
type ProgressFormatter struct{}
|
||||
|
||||
func (f *ProgressFormatter) Format(entry *logrus.Entry) ([]byte, error) {
|
||||
msg := []byte("Processing --> " + entry.Message + "\r")
|
||||
return msg, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user