Explorar el Código

Update BasePlugin.cs

BaronGreenback hace 4 años
padre
commit
9c3e484c0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Common/Plugins/BasePlugin.cs

+ 1 - 1
MediaBrowser.Common/Plugins/BasePlugin.cs

@@ -266,7 +266,7 @@ namespace MediaBrowser.Common.Plugins
                 XmlSerializer.SerializeToFile(config, ConfigurationFilePath);
             }
         }
-        
+
         /// <summary>
         /// Saves the current configuration to the file system.
         /// </summary>