1
0
mirror of https://github.com/Oxalide/vsphere-influxdb-go.git synced 2023-10-10 13:36:51 +02:00

fixed indentation

This commit is contained in:
Mike Liebsch 2017-09-07 10:54:03 +02:00
parent 6154784194
commit ff4a561165

View File

@ -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