소스 검색

Update IConfigurationManager.cs

BaronGreenback 4 년 전
부모
커밋
5e5f1cc9c5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      MediaBrowser.Common/Configuration/IConfigurationManager.cs

+ 2 - 1
MediaBrowser.Common/Configuration/IConfigurationManager.cs

@@ -50,7 +50,8 @@ namespace MediaBrowser.Common.Configuration
         /// Manually pre-loads a factory so that it is available pre system initialisation.
         /// </summary>
         /// <typeparam name="T">Class to register.</typeparam>
-        void RegisterConfiguration<T>() where T : IConfigurationFactory;
+        void RegisterConfiguration<T>() 
+            where T : IConfigurationFactory;
 
         /// <summary>
         /// Gets the configuration.