diff options
Diffstat (limited to 'errors/errors.go')
-rwxr-xr-x | errors/errors.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/errors/errors.go b/errors/errors.go index c9455367..ec621b67 100755 --- a/errors/errors.go +++ b/errors/errors.go @@ -51,7 +51,6 @@ func (k Kind) String() string { return "Watcher stopped" case TimeOut: return "TimedOut" - } return "unknown error kind" } |