Explorar o código

Wrapping long line on function parameters (take 2)

Neil Burrows %!s(int64=5) %!d(string=hai) anos
pai
achega
0bab57ebbc
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      MediaBrowser.Common/Plugins/BasePlugin.cs

+ 2 - 3
MediaBrowser.Common/Plugins/BasePlugin.cs

@@ -53,9 +53,8 @@ namespace MediaBrowser.Common.Plugins
         /// <summary>
         /// Gets a value indicating whether the plugin can be uninstalled.
         /// </summary>
-        public bool CanUninstall => !Path.GetDirectoryName(AssemblyFilePath).Equals(
-            Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),
-            StringComparison.InvariantCulture);
+        public bool CanUninstall => !Path.GetDirectoryName(AssemblyFilePath)
+            .Equals(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), StringComparison.InvariantCulture);
 
         /// <summary>
         /// Gets the plugin info.