core: Apply declarations styles (#7166)

This commit is contained in:
Cory
2020-02-10 16:16:19 -06:00
committed by GitHub
parent e13cee2e95
commit 348dddfbee
149 changed files with 1039 additions and 1067 deletions

View File

@@ -59,7 +59,7 @@ namespace Jackett.Common.Models
MovieSearchAvailable = Categories.Any(i => TorznabCatType.Movies.Contains(i));
}
string SupportedTVSearchParams
private string SupportedTVSearchParams
{
get
{
@@ -72,7 +72,7 @@ namespace Jackett.Common.Models
}
}
string SupportedMovieSearchParams
private string SupportedMovieSearchParams
{
get
{
@@ -83,7 +83,7 @@ namespace Jackett.Common.Models
}
}
string SupportedMusicSearchParams
private string SupportedMusicSearchParams
{
get
{