瀏覽代碼

Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 年之前
父節點
當前提交
0e872ca65c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs

+ 2 - 1
Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs

@@ -137,7 +137,8 @@ namespace Emby.Server.Implementations.AppBase
         /// Manually pre-loads a factory so that it is available pre system initialisation.
         /// </summary>
         /// <typeparam name="T">Class to register.</typeparam>
-        public virtual void RegisterConfiguration<T>() where T : IConfigurationFactory
+        public virtual void RegisterConfiguration<T>()
+            where T : IConfigurationFactory
         {
             IConfigurationFactory factory = (IConfigurationFactory)Activator.CreateInstance(typeof(T));