From ae40d285b35fe671969bf2030d2c506a2a9865db Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Tue, 11 Aug 2026 12:42:37 -0400 Subject: [PATCH] Fix trailing whitespace in connectivity probe comment --- src/Platform/Hosted/Components/ConnectExplorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/Hosted/Components/ConnectExplorer.tsx b/src/Platform/Hosted/Components/ConnectExplorer.tsx index d96754ef1..d97c60914 100644 --- a/src/Platform/Hosted/Components/ConnectExplorer.tsx +++ b/src/Platform/Hosted/Components/ConnectExplorer.tsx @@ -52,7 +52,7 @@ export const isAccountRestrictedForConnectionStringLogin = async (connectionStri }; // Verifies the account key can actually authenticate against the account by making a lightweight read of -// the database account through the Cosmos client. Returns undefined on success, or an error message when +// the database account through the Cosmos client. Returns undefined on success, or an error message when // the client cannot connect. export const validateDirectConnectionStringConnectivity = async ( connectionString: string,