Skip to content

Commit 8802f74

Browse files
committed
update
1 parent cc13f34 commit 8802f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConfigurationClientManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ export class ConfigurationClientManager {
177177
}
178178

179179
/**
180-
* Query SRV records and return target hosts.
181-
*/
180+
* Query SRV records and return target hosts.
181+
*/
182182
async #querySrvTargetHost(host: string): Promise<string[]> {
183183
const results: string[] = [];
184184

0 commit comments

Comments
 (0)