summaryrefslogtreecommitdiffstats
path: root/watcher/filenotify/poller.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher/filenotify/poller.go')
-rw-r--r--watcher/filenotify/poller.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/watcher/filenotify/poller.go b/watcher/filenotify/poller.go
index 3bde73bd8..cedb5d079 100644
--- a/watcher/filenotify/poller.go
+++ b/watcher/filenotify/poller.go
@@ -248,7 +248,6 @@ func newItemToWatch(filename string) (*itemToWatch, error) {
}
return &itemToWatch{filename: filename, left: r}, nil
-
}
func (item *itemToWatch) checkForChanges() ([]fsnotify.Event, error) {
@@ -298,7 +297,6 @@ func (item *itemToWatch) checkForChanges() ([]fsnotify.Event, error) {
}
return evs, nil
-
}
func checkChange(fi1, fi2 os.FileInfo) fsnotify.Op {