Wrapping long line on function parameters
This commit is contained in:
parent
a20fd34161
commit
966ebfaf68
|
@ -53,7 +53,9 @@ namespace MediaBrowser.Common.Plugins
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the plugin can be uninstalled.
|
/// Gets a value indicating whether the plugin can be uninstalled.
|
||||||
/// </summary>
|
/// </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>
|
/// <summary>
|
||||||
/// Gets the plugin info.
|
/// Gets the plugin info.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user