Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Liebsch committed Sep 7, 2017
1 parent 6154784 commit ff4a561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsphere-influxdb.go
Expand Up @@ -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
Expand Down

0 comments on commit ff4a561

Please sign in to comment.