From dc7fdfa4e869c8e54652746bf2e64b2397f1dcdc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 3 Sep 2015 16:51:06 -0600 Subject: remove stray newline --- inotify/inotify.go | 1 - 1 file changed, 1 deletion(-) diff --git a/inotify/inotify.go b/inotify/inotify.go index 8c99a28..6d74830 100644 --- a/inotify/inotify.go +++ b/inotify/inotify.go @@ -70,7 +70,6 @@ func (o *Inotify) Read() (Event, error) { if o.isClosed { return Event{Wd: -1}, InotifyAlreadyClosedError } - len, err := sysread(o.fd, o.buff) if len == 0 { return Event{Wd: -1}, o.Close() -- cgit v1.1-4-g5e80