summaryrefslogtreecommitdiff
path: root/errors/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'errors/errors.go')
-rwxr-xr-xerrors/errors.go1
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"
}