From ff4a561165a61d9e4480cbe410da6188bcfcdcef Mon Sep 17 00:00:00 2001 From: Mike Liebsch Date: Thu, 7 Sep 2017 10:54:03 +0200 Subject: [PATCH] fixed indentation --- vsphere-influxdb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vsphere-influxdb.go b/vsphere-influxdb.go index a9b2849..567ca99 100644 --- a/vsphere-influxdb.go +++ b/vsphere-influxdb.go @@ -271,8 +271,8 @@ func (vcenter *VCenter) Query(config Configuration, InfluxDBClient influxclient. } else if mor.Type == "ResourcePool" { respoolRefs = append(respoolRefs, mor) } else if mor.Type == "Datastore" { - datastoreRefs = append(datastoreRefs, mor) - } + datastoreRefs = append(datastoreRefs, mor) + } } // Copy the mors without the clusters