Skip to content

Commit

Permalink
fix(formatting): Correct code formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arttonoyan committed Nov 1, 2024
1 parent ce56e84 commit f1b8a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public async ValueTask EnsureInitializedAsync(CancellationToken cancellationToke
this.LogStartingInitializationOfFeatureProvider();

var options = _serviceProvider.GetRequiredService<IOptions<OpenFeatureOptions>>().Value;
if(options.HasDefaultProvider)
if (options.HasDefaultProvider)
{
var featureProvider = _serviceProvider.GetRequiredService<FeatureProvider>();
await _featureApi.SetProviderAsync(featureProvider).ConfigureAwait(false);
Expand Down

0 comments on commit f1b8a9b

Please sign in to comment.