aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/msg/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/msg/service.go')
-rw-r--r--plugin/etcd/msg/service.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/etcd/msg/service.go b/plugin/etcd/msg/service.go
index 4e049e10a..759a86213 100644
--- a/plugin/etcd/msg/service.go
+++ b/plugin/etcd/msg/service.go
@@ -154,7 +154,6 @@ func split255(s string) []string {
} else {
sx = append(sx, s[p:])
break
-
}
p, i = p+255, i+255
}