go fmt
This commit is contained in:
@@ -54,7 +54,7 @@ func (mt *MultiTailer) Run(ctx context.Context) {
|
||||
}
|
||||
defer watcher.Close()
|
||||
|
||||
files := make(map[string]*fileState)
|
||||
files := make(map[string]*fileState)
|
||||
retrying := make(map[string]struct{}) // paths currently in a retryOpen goroutine
|
||||
reopenCh := make(chan reopenMsg, 32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user