From 170fc142f8a200229b7312bcb69a3f6604b4d1be Mon Sep 17 00:00:00 2001 From: Ragavi916 Date: Wed, 25 Sep 2024 19:50:44 +0530 Subject: [PATCH] addressed review comments --- client/tenant.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/tenant.go b/client/tenant.go index 82551aad..784a7af4 100644 --- a/client/tenant.go +++ b/client/tenant.go @@ -1,6 +1,8 @@ package client -import "errors" +import ( + "errors" +) // GetTenantUID retrieves the tenant UID of the authenticated user. func (h *V1Client) GetTenantUID() (string, error) {