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) {