Skip to content

Commit 2216558

Browse files
cpuguy83nathany
authored andcommitted
Fix lint issue with error doc string
1 parent 9152fb1 commit 2216558

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fsnotify.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ func (e Event) String() string {
6363
}
6464

6565
// Common errors that can be reported by a watcher
66-
var ErrEventOverflow = errors.New("fsnotify queue overflow")
66+
var (
67+
ErrEventOverflow = errors.New("fsnotify queue overflow")
68+
)

0 commit comments

Comments
 (0)