mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:45:26 +03:00
EditorConfig reformat: MediaBrowser.Providers, MediaBrowser.Tests, SocketHttpListener
This commit is contained in:
@@ -21,4 +21,4 @@ namespace Priority_Queue
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
int MaxSize { get; }
|
int MaxSize { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -245,4 +245,4 @@ namespace Priority_Queue
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TItem">The type to enqueue</typeparam>
|
/// <typeparam name="TItem">The type to enqueue</typeparam>
|
||||||
public class SimplePriorityQueue<TItem> : SimplePriorityQueue<TItem, float> { }
|
public class SimplePriorityQueue<TItem> : SimplePriorityQueue<TItem, float> { }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,4 +83,4 @@ namespace MediaBrowser.Tests.MediaEncoding.Subtitles {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -102,4 +102,4 @@ namespace MediaBrowser.Tests.MediaEncoding.Subtitles {
|
|||||||
Assert.AreEqual(expectedText, result);
|
Assert.AreEqual(expectedText, result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
|
|||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("")]
|
[assembly: AssemblyCompany("")]
|
||||||
[assembly: AssemblyProduct("MediaBrowser.Tests")]
|
[assembly: AssemblyProduct("MediaBrowser.Tests")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2013")]
|
[assembly: AssemblyCopyright("Copyright <EFBFBD> 2013")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
|||||||
@@ -958,4 +958,4 @@ namespace SocketHttpListener
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,4 +97,4 @@ namespace SocketHttpListener
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -574,4 +574,4 @@ namespace SocketHttpListener
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user