mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 11:36:51 +00:00
fixed indentation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user