aboutsummaryrefslogtreecommitdiffstats
path: root/node/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'node/node.go')
-rw-r--r--node/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/node.go b/node/node.go
index f267cdc46..9227bf6bb 100644
--- a/node/node.go
+++ b/node/node.go
@@ -220,7 +220,7 @@ func (n *Node) Start() error {
return convertFileLockError(err)
}
// Start each of the services
- started := []reflect.Type{}
+ var started []reflect.Type
for kind, service := range services {
// Start the next service, stopping all previous upon failure
if err := service.Start(running); err != nil {