Skip to content

Commit 5b81582

Browse files
fix lint
1 parent 4c331c4 commit 5b81582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureAppConfigurationImpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
527527
if (this.#isCdnUsed && selectorCollection.cdnToken) {
528528
this.#addCdnTokenLookupHeader(listOptions, selectorCollection.cdnToken);
529529
}
530-
530+
531531
const pageEtags: string[] = [];
532532
const pageIterator = listConfigurationSettingsWithTrace(
533533
this.#requestTraceOptions,

0 commit comments

Comments
 (0)