From 20c046ece8d998be6fb1a040da2e3d1d34272d17 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 21 Jun 2024 13:40:18 +0100 Subject: [PATCH] client/lxd/cluster: Fix linter issues 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 1add3d6aa43f..99ab677d7222 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. // // If this client is not trusted, the password must be supplied. func (r *ProtocolLXD) GetCluster() (*api.Cluster, string, error) {