Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
HP712 committed Jan 16, 2025
1 parent fdb0736 commit b0911b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ public virtual async Task<T> GetConfigurationAsync(CancellationToken cancel)
try
{
TelemetryClient.IncrementConfigurationRefreshRequestCounter(
MetadataAddress,
TelemetryConstants.Protocols.Automatic);
MetadataAddress,
TelemetryConstants.Protocols.Automatic);
}
#pragma warning disable CA1031 // Do not catch general exception types
catch
Expand Down

0 comments on commit b0911b9

Please sign in to comment.