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:
parent
6154784194
commit
ff4a561165
@ -271,8 +271,8 @@ func (vcenter *VCenter) Query(config Configuration, InfluxDBClient influxclient.
|
|||||||
} else if mor.Type == "ResourcePool" {
|
} else if mor.Type == "ResourcePool" {
|
||||||
respoolRefs = append(respoolRefs, mor)
|
respoolRefs = append(respoolRefs, mor)
|
||||||
} else if mor.Type == "Datastore" {
|
} else if mor.Type == "Datastore" {
|
||||||
datastoreRefs = append(datastoreRefs, mor)
|
datastoreRefs = append(datastoreRefs, mor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy the mors without the clusters
|
// Copy the mors without the clusters
|
||||||
|
Loading…
Reference in New Issue
Block a user