Skip to content

Commit

Permalink
cleanup code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed May 31, 2024
1 parent e5609c4 commit 82eb8a1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public CachedHttpRuleProvider(
ILogger<CachedHttpRuleProvider> logger,
IConfiguration configuration,
ICacheProvider cacheProvider,
HttpClient httpClient
)
HttpClient httpClient)
{
this._logger = logger;
this._cacheProvider = cacheProvider;
Expand Down

0 comments on commit 82eb8a1

Please sign in to comment.