mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-13 12:33:01 +03:00
EditorConfig reformat: MediaBrowser.Providers, MediaBrowser.Tests, SocketHttpListener
This commit is contained in:
@@ -21,4 +21,4 @@ namespace Priority_Queue
|
||||
/// </summary>
|
||||
int MaxSize { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -245,4 +245,4 @@ namespace Priority_Queue
|
||||
/// </summary>
|
||||
/// <typeparam name="TItem">The type to enqueue</typeparam>
|
||||
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MediaBrowser.Tests")]
|
||||
[assembly: AssemblyCopyright("Copyright <20> 2013")]
|
||||
[assembly: AssemblyCopyright("Copyright <20> 2013")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
||||
@@ -958,4 +958,4 @@ namespace SocketHttpListener
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,4 +97,4 @@ namespace SocketHttpListener
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -574,4 +574,4 @@ namespace SocketHttpListener
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user