mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
Made changes as suggested by linter
This commit is contained in:
@@ -96,7 +96,7 @@ func (fs *FSWatcher) handleNextWalkerResult(dirCh chan string, walkErrCh chan er
|
||||
return true
|
||||
}
|
||||
if err := fs.i.Watch(dir); err != nil {
|
||||
errCh <- fmt.Errorf("Can't create watcher: %v", err)
|
||||
errCh <- fmt.Errorf("can't create watcher: %v", err)
|
||||
}
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user