From a1c5afd625d3857ba9ce4ba9f87540efa9142b07 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 21 Jun 2024 13:16:48 +0100 Subject: [PATCH] client/lxd/cluster: Go lint fixes Signed-off-by: Thomas Parrott --- client/lxd_cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lxd_cluster.go b/client/lxd_cluster.go index 7654a2991234..3179813fd5b2 100644 --- a/client/lxd_cluster.go +++ b/client/lxd_cluster.go @@ -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 {