Skip to content

Commit

Permalink
Fixed Codefactor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skuill committed Feb 18, 2024
1 parent bcf3271 commit fe81c0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LyricsScraperNET/Providers/Genius/GeniusUriConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ private string GetApiSearchQuery(string artist, string song)

public Uri GetLyricUri(string artist, string song)
=> new Uri(string.Format(GeniusApiSearchFormat, GetApiSearchQuery(artist, song)));

}
}

0 comments on commit fe81c0a

Please sign in to comment.