Skip to content

Commit

Permalink
client/lxd/cluster: Go lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Jun 21, 2024
1 parent eba4020 commit a1c5afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lxd_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/canonical/lxd/shared/api"
)

// GetCluster returns information about a cluster
// GetCluster returns information about a cluster.
func (r *ProtocolLXD) GetCluster() (*api.Cluster, string, error) {
err := r.CheckExtension("clustering")
if err != nil {
Expand Down

0 comments on commit a1c5afd

Please sign in to comment.