chore: style fixes from go fix (#10846)
Just `go fix ./...` Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ func (w *walker) walk(ctx context.Context) chan ScanResult {
|
||||
current := progress.Total()
|
||||
rate := progress.Rate()
|
||||
l.Debugf("%v: Walk %s %s current progress %d/%d at %.01f MiB/s (%d%%)", w, w.Folder, w.Subs, current, total, rate/1024/1024, current*100/total)
|
||||
w.EventLogger.Log(events.FolderScanProgress, map[string]interface{}{
|
||||
w.EventLogger.Log(events.FolderScanProgress, map[string]any{
|
||||
"folder": w.Folder,
|
||||
"current": current,
|
||||
"total": total,
|
||||
|
||||
Reference in New Issue
Block a user