Skip to content

Commit

Permalink
#6 Fix lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Dec 3, 2023
1 parent 18593d9 commit 38ab2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LyricsScraperNET/LyricsScraperClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public LyricsScraperClient(ILyricScraperClientConfig lyricScraperClientConfig,

public LyricsScraperClient(ILogger<LyricsScraperClient> logger,
ILyricScraperClientConfig lyricScraperClientConfig,
IEnumerable<IExternalProvider> externalProviders)
IEnumerable<IExternalProvider> externalProviders)
: this(lyricScraperClientConfig, externalProviders)
{
_logger = logger;
Expand Down

0 comments on commit 38ab2e2

Please sign in to comment.