mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
fix coding style
This commit is contained in:
parent
e07f595c6e
commit
1d6fb40692
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace Jackett.Common.Indexers.Definitions
|
|||
protected override int ApiKeyLength => 64;
|
||||
protected override string FlipOptionalTokenString(string requestLink) => requestLink.Replace("&usetoken=1", "");
|
||||
|
||||
private static Regex YearRegex => new (@"\b(?:19|20|21)\d{2}\b", RegexOptions.Compiled);
|
||||
private static Regex YearRegex => new Regex(@"\b(?:19|20|21)\d{2}\b", RegexOptions.Compiled);
|
||||
|
||||
public GazelleGamesApi(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps,
|
||||
ICacheService cs)
|
||||
|
|
Loading…
Add table
Reference in a new issue