Skip to content

Commit

Permalink
client/lxd/cluster: Fix linter issues
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 66feeb4 commit 166a2ab
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.
//
// If this client is not trusted, the password must be supplied.
func (r *ProtocolLXD) GetCluster() (*api.Cluster, string, error) {
Expand Down

0 comments on commit 166a2ab

Please sign in to comment.