1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Add missing new lines at end of files

This commit is contained in:
ta264 2019-12-22 21:24:10 +00:00 committed by Qstick
parent 997ff74fb9
commit c6ae0bb509
321 changed files with 321 additions and 321 deletions

View File

@ -17,4 +17,4 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: NeutralResourcesLanguage("en-US")]

View File

@ -10,4 +10,4 @@ public class ConverterContext
public ColumnMapCollection MapCollection { get; set; }
public IDataRecord DataRecord { get; set; }
}
}
}

View File

@ -128,4 +128,4 @@ public static implicit operator TChild(LazyLoaded<TParent, TChild> lazy)
}
}
}
}

View File

@ -247,4 +247,4 @@ public IDbTypeBuilder DbTypeBuilder
#endregion
}
}
}

View File

@ -118,4 +118,4 @@ LEFT JOIN [OrderItem] [t1] ON (([t0].[ID] = [t1].[OrderID]))
)
SELECT * FROM GroupCTE
WHERE GroupRow = 1
*/
*/

View File

@ -42,4 +42,4 @@ private void BuildSelectCountClause(StringBuilder sql)
sql.AppendLine("SELECT COUNT(*)");
}
}
}
}

View File

@ -317,4 +317,4 @@ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
}
#endregion
}
}
}

View File

@ -214,4 +214,4 @@ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
}
#endregion
}
}
}

View File

@ -232,4 +232,4 @@ public static void Writer(object writer)
DoCheck(writer, "writer");
}
}
}
}

View File

@ -161,4 +161,4 @@ static public int WriteAscii(byte[] buffer, int offset, string text)
return text.Length;
}
}
}
}

View File

@ -202,4 +202,4 @@ public override string ToString()
#endregion Methods
}
}
}

View File

@ -19,4 +19,4 @@ protected override MediaManagementConfigResource ToResource(IConfigService model
return MediaManagementConfigResourceMapper.ToResource(model);
}
}
}
}

View File

@ -13,4 +13,4 @@ public class NamingSampleResource
public string MovieExample { get; set; }
public string MovieFolderExample { get; set; }
}
}
}

View File

@ -15,4 +15,4 @@ protected override UiConfigResource ToResource(IConfigService model)
return UiConfigResourceMapper.ToResource(model);
}
}
}
}

View File

@ -33,4 +33,4 @@ protected override void Validate(DownloadClientDefinition definition, bool inclu
base.Validate(definition, includeWarnings);
}
}
}
}

View File

@ -8,4 +8,4 @@ public class DownloadClientResource : ProviderResource
public DownloadProtocol Protocol { get; set; }
public int Priority { get; set; }
}
}
}

View File

@ -10,4 +10,4 @@ public class IndexerResource : ProviderResource
public bool SupportsSearch { get; set; }
public DownloadProtocol Protocol { get; set; }
}
}
}

View File

@ -33,4 +33,4 @@ protected override string GetLogFilePath(string filename)
protected override string DownloadUrlRoot => "logfile";
}
}
}

View File

@ -39,4 +39,4 @@ protected override string GetLogFilePath(string filename)
protected override string DownloadUrlRoot => "updatelogfile";
}
}
}

View File

@ -29,4 +29,4 @@ protected override void Validate(MetadataDefinition definition, bool includeWarn
base.Validate(definition, includeWarnings);
}
}
}
}

View File

@ -4,4 +4,4 @@ public class MetadataResource : ProviderResource
{
public bool Enable { get; set; }
}
}
}

View File

@ -45,4 +45,4 @@ protected override void Validate(NotificationDefinition definition, bool include
base.Validate(definition, includeWarnings);
}
}
}
}

View File

@ -14,4 +14,4 @@ public class NotificationResource : ProviderResource
public bool SupportsOnRename { get; set; }
public HashSet<int> Tags { get; set; }
}
}
}

View File

@ -10,4 +10,4 @@ public class LanguageResource : RestResource
public string Name { get; set; }
public string NameLower => Name.ToLowerInvariant();
}
}
}

View File

@ -10,4 +10,4 @@ public AutomationTestAttribute()
}
}
}
}

View File

@ -66,4 +66,4 @@ public void add_movie_page()
page.Find(By.CssSelector("input[class*='AddNewMovie-searchInput']")).Should().NotBeNull();
}
}
}
}

View File

@ -57,4 +57,4 @@ public void WaitForNoSpinner(int timeout = 30)
public IWebElement SystemNavIcon => Find(By.PartialLinkText("System"));
}
}
}

View File

@ -99,4 +99,4 @@ public Dictionary<string, string> GetDict()
return result;
}
}
}
}

View File

@ -115,4 +115,4 @@ public string GetString()
return "Hit count is " + HitCount;
}
}
}
}

View File

@ -26,4 +26,4 @@ public void multiple_calls_should_get_the_same_cache()
result1.Should().BeSameAs(result2);
}
}
}
}

View File

@ -213,4 +213,4 @@ public void should_throw_if_config_file_contains_invalid_xml()
Assert.Throws<InvalidConfigFileException>(() => Subject.GetValue("key", "value"));
}
}
}
}

View File

@ -18,4 +18,4 @@ public void should_create_the_same_id()
HashUtil.AnonymousToken().Should().Be(HashUtil.AnonymousToken());
}
}
}
}

View File

@ -38,4 +38,4 @@ public void should_remove_duplicated_slashes()
}
}
}
}

View File

@ -6,4 +6,4 @@ namespace NzbDrone.Common.Test.Http
public class HttpRequestFixture
{
}
}
}

View File

@ -82,4 +82,4 @@ public void should_not_filter_event_for_exception_messages_that_are_not_filtered
Subject.IsSentryMessage(log).Should().BeTrue();
}
}
}
}

View File

@ -28,4 +28,4 @@ public void event_handlers_should_be_unique()
handlers.Should().OnlyHaveUniqueItems();
}
}
}
}

View File

@ -127,4 +127,4 @@ public void should_handle_pause_reentrancy()
counter.Count.Should().Be(1);
}
}
}
}

View File

@ -52,4 +52,4 @@ public ICachedDictionary<T> GetCacheDictionary<T>(Type host, string name, Func<I
return (ICachedDictionary<T>)_cache.Get("dict_" + host.FullName + "_" + name, () => new CachedDictionary<T>(fetchFunc, lifeTime));
}
}
}
}

View File

@ -111,4 +111,4 @@ public ICollection<T> Values
}
}
}
}

View File

@ -19,4 +19,4 @@ public interface ICached<T> : ICached
ICollection<T> Values { get; }
}
}
}

View File

@ -96,4 +96,4 @@ public IEnumerable<Type> GetImplementations(Type contractType)
);
}
}
}
}

View File

@ -21,4 +21,4 @@ void Register<TService, TImplementation>()
IEnumerable<Type> GetImplementations(Type contractType);
}
}
}

View File

@ -45,4 +45,4 @@ public void PrintServiceDoesNotExist()
Console.WriteLine("Can't find service ({0})", ServiceProvider.SERVICE_NAME);
}
}
}
}

View File

@ -28,4 +28,4 @@ public byte[] ComputeMd5(string path)
}
}
}
}
}

View File

@ -20,4 +20,4 @@ public static TypeParam ThatTypeFor<T>(T value, string name = Param.DefaultName)
return new TypeParam(name, value.GetType());
}
}
}
}

View File

@ -23,4 +23,4 @@ public static Param<bool> IsFalse(this Param<bool> param)
return param;
}
}
}
}

View File

@ -64,4 +64,4 @@ public static Param<IDictionary<TKey, TValue>> HasItems<TKey, TValue>(this Param
return param;
}
}
}
}

View File

@ -73,4 +73,4 @@ public static Param<DateTime> IsValid(this Param<DateTime> param)
return IsGt(param, _minTime);
}
}
}
}

View File

@ -54,4 +54,4 @@ public static Param<decimal> IsInRange(this Param<decimal> param, decimal min, d
return param;
}
}
}
}

View File

@ -54,4 +54,4 @@ public static Param<double> IsInRange(this Param<double> param, double min, doub
return param;
}
}
}
}

View File

@ -15,4 +15,4 @@ public static Param<Guid> IsNotEmpty(this Param<Guid> param)
return param;
}
}
}
}

View File

@ -63,4 +63,4 @@ public static Param<int> IsInRange(this Param<int> param, int min, int max)
return param;
}
}
}
}

View File

@ -54,4 +54,4 @@ public static Param<long> IsInRange(this Param<long> param, long min, long max)
return param;
}
}
}
}

View File

@ -14,4 +14,4 @@ public static class EnsureNullableValueTypeExtensions
return param;
}
}
}
}

View File

@ -14,4 +14,4 @@ public static Param<T> IsNotNull<T>(this Param<T> param) where T : class
return param;
}
}
}
}

View File

@ -54,4 +54,4 @@ public static Param<short> IsInRange(this Param<short> param, short min, short m
return param;
}
}
}
}

View File

@ -84,4 +84,4 @@ public static TypeParam IsOfType(this TypeParam param, Type type)
return param;
}
}
}
}

View File

@ -19,4 +19,4 @@ internal static ArgumentNullException CreateForParamNullValidation(string paramN
return new ArgumentNullException(paramName, message);
}
}
}
}

View File

@ -48,4 +48,4 @@ private static MemberExpression GetRightMostMember(Expression e)
return null;
}
}
}
}

View File

@ -21,4 +21,4 @@ internal Param(string name, T value) : base(name)
Value = value;
}
}
}
}

View File

@ -12,4 +12,4 @@ internal TypeParam(string name, Type type)
Type = type;
}
}
}
}

View File

@ -54,4 +54,4 @@ public static bool IsDebug
}
}
}
}
}

View File

@ -6,4 +6,4 @@ public interface IOsVersionAdapter
bool Enabled { get; }
OsVersionModel Read();
}
}
}

View File

@ -107,4 +107,4 @@ public enum Os
Linux,
Osx
}
}
}

View File

@ -26,4 +26,4 @@ private static string Trim(string source)
public string FullName { get; }
public string Version { get; }
}
}
}

View File

@ -185,4 +185,4 @@ private static bool InternalIsOfficialBuild()
public bool IsWindowsTray { get; private set; }
}
}
}

View File

@ -9,4 +9,4 @@ public CircularReferenceException(string message)
{
}
}
}
}

View File

@ -195,4 +195,4 @@ private static IDictionary<string, object> ToDictionary(this object thingy)
return (IDictionary<string, object>)thingy.ToExpando();
}
}
}
}

View File

@ -9,4 +9,4 @@ internal class PatternStyle
public Func<string, string> TokenReplaceFilter { get; set; }
public Func<string, string> OutputFilter { get; set; }
}
}
}

View File

@ -8,4 +8,4 @@ public Tree(T rootValue)
Value = rootValue;
}
}
}
}

View File

@ -82,4 +82,4 @@ public List<T> CallTree
public T Value { get; set; }
}
}
}

View File

@ -29,4 +29,4 @@ public override string ToString()
return "Count=" + Count.ToString();
}
}
}
}

View File

@ -47,4 +47,4 @@ public static int LevenshteinDistanceClean(this string expected, string other)
return expected.LevenshteinDistance(other, 1, 3, 3);
}
}
}
}

View File

@ -10,4 +10,4 @@ public static class ObjectExtensions
return Json.Deserialize<T>(json);
}
}
}
}

View File

@ -33,4 +33,4 @@ public static string AnonymousToken()
return HashUtil.CalculateCrc(seed);
}
}
}
}

View File

@ -12,4 +12,4 @@ protected override WebRequest GetWebRequest(Uri address)
return request;
}
}
}
}

View File

@ -175,4 +175,4 @@ public static List<KeyValuePair<string, string>> ParseCookies(string cookies)
.ToList();
}
}
}
}

View File

@ -11,4 +11,4 @@ public enum HttpMethod
PATCH,
MERGE
}
}
}

View File

@ -89,4 +89,4 @@ public void AddBasicAuthentication(string username, string password)
Headers.Set("Authorization", "Basic " + authInfo);
}
}
}
}

View File

@ -15,4 +15,4 @@ public TlsFailureException(WebRequest request, WebException innerException)
}
}
}
}

View File

@ -35,4 +35,4 @@ public static string GetFormattedMessage(this LogEventInfo logEvent)
return message;
}
}
}
}

View File

@ -35,4 +35,4 @@ public void Clear()
_cache.Clear();
}
}
}
}

View File

@ -3,4 +3,4 @@ namespace NzbDrone.Common.Messaging
public interface IEvent : IMessage
{
}
}
}

View File

@ -3,4 +3,4 @@ namespace NzbDrone.Common.Messaging
public interface IMessage
{
}
}
}

View File

@ -11,4 +11,4 @@ public override string ToString()
return string.Format("{0}:{1} [{2}]", Id, Name ?? "Unknown", StartPath ?? "Unknown");
}
}
}
}

View File

@ -11,4 +11,4 @@ public enum OAuthRequestType
ProtectedResource,
ClientAuthentication
}
}
}

View File

@ -9,4 +9,4 @@ public enum OAuthSignatureMethod
PlainText,
RsaSha1
}
}
}

View File

@ -10,4 +10,4 @@ public enum OAuthSignatureTreatment
Escaped,
Unescaped
}
}
}

View File

@ -406,4 +406,4 @@ private static bool IsNullOrBlank(string value)
return String.IsNullOrEmpty(value) || (!String.IsNullOrEmpty(value) && value.Trim() == String.Empty);
}
}
}
}

View File

@ -199,4 +199,4 @@ public virtual WebParameter this[int index]
#endregion
}
}
}

View File

@ -75,4 +75,4 @@ public static bool HasAttribute<TAttribute>(this Type type)
return type.GetCustomAttributes(typeof(TAttribute), true).Any();
}
}
}
}

View File

@ -28,4 +28,4 @@ public override bool CanConvert(Type objectType)
return objectType == typeof(HttpUri);
}
}
}
}

View File

@ -36,4 +36,4 @@ public override bool CanConvert(Type objectType)
return objectType == typeof(int) || objectType == typeof(long) || objectType == typeof(int);
}
}
}
}

View File

@ -42,4 +42,4 @@ public IEnumerable<Type> GetImplementations(Type contract)
return _container.GetImplementations(contract);
}
}
}
}

View File

@ -60,4 +60,4 @@ public void Resume()
}
}
}
}
}

View File

@ -130,4 +130,4 @@ protected sealed override IEnumerable<Task> GetScheduledTasks()
}
}
}
}
}

View File

@ -25,4 +25,4 @@ public static Task LogExceptions(this Task task)
return task;
}
}
}
}

View File

@ -3773,4 +3773,4 @@ public static Assembly Assembly(this Type type)
}
}
}
#endif
#endif

View File

@ -12,4 +12,4 @@ public void Alert(string message)
System.Console.ReadLine();
}
}
}
}

View File

@ -72,4 +72,4 @@ public void movies_added_should_ignore_duplicates()
}
}
}
}

Some files were not shown because too many files have changed in this diff Show More