sharding: address terence comment

Former-commit-id: 5ecdffa175208f5c469d850c0f8aae3344e3c5fc [formerly aa14c1974609d2c361888948ae3dbe072a5c9152]
Former-commit-id: 08420bb8112b9f985cd2d8facae3868471b82d24
This commit is contained in:
Raul Jordan 2018-05-22 16:20:37 -06:00
parent a363175bbc
commit 5f6e966f35

View File

@ -102,7 +102,7 @@ func (n *shardingNode) Start() error {
// Starts every service attached to the sharding node.
for _, serviceFunc := range n.serviceFuncs {
// Initializes each service by passing in the node's cli context.
// Initializes each service.
service, err := serviceFunc()
if err != nil {
return err