mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Enforce comment style in CS
This commit is contained in:
@@ -2,15 +2,15 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
||||
{
|
||||
public enum TMDbCountryCode
|
||||
{
|
||||
AU, //Australia
|
||||
BR, //Brazil
|
||||
CA, //Canada
|
||||
FR, //France
|
||||
DE, //Germany
|
||||
GB, //Great Britain
|
||||
IT, //Italy
|
||||
ES, //Spain
|
||||
US, //United States
|
||||
NZ //New Zealand
|
||||
AU, // Australia
|
||||
BR, // Brazil
|
||||
CA, // Canada
|
||||
FR, // France
|
||||
DE, // Germany
|
||||
GB, // Great Britain
|
||||
IT, // Italy
|
||||
ES, // Spain
|
||||
US, // United States
|
||||
NZ // New Zealand
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user