mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove extra line
This commit is contained in:
parent
03df6e4585
commit
9e343ebff4
1 changed files with 1 additions and 3 deletions
|
|
@ -25,8 +25,6 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
dependencyResolver = new AssemblyDependencyResolver(assemblyFilePath);
|
||||
assemblyName = new AssemblyName(Path.GetFileNameWithoutExtension(assemblyFilePath));
|
||||
|
||||
|
||||
}
|
||||
|
||||
internal Assembly LoadAssemblyAndDependencies()
|
||||
|
|
@ -60,4 +58,4 @@ namespace Flow.Launcher.Core.Plugin
|
|||
return referencedPluginPackageDependencyResolver.ResolveAssemblyToPath(assemblyName) != null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue