Fix trailing whitespace in connectivity probe comment

This commit is contained in:
Asier Isayas
2026-08-11 12:42:37 -04:00
parent 91ffefc3c5
commit ae40d285b3
@@ -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 // 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. // the client cannot connect.
export const validateDirectConnectionStringConnectivity = async ( export const validateDirectConnectionStringConnectivity = async (
connectionString: string, connectionString: string,