mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fix identation
--HG-- branch : dev
This commit is contained in:
@@ -12,10 +12,10 @@ namespace Orchard.Environment.Extensions.Loaders {
|
||||
|
||||
var assembly = Assembly.Load("Orchard.Web");
|
||||
return new ExtensionEntry {
|
||||
Descriptor = descriptor,
|
||||
Assembly = assembly,
|
||||
ExportedTypes = assembly.GetExportedTypes().Where(x => IsTypeFromModule(x, descriptor))
|
||||
};
|
||||
Descriptor = descriptor,
|
||||
Assembly = assembly,
|
||||
ExportedTypes = assembly.GetExportedTypes().Where(x => IsTypeFromModule(x, descriptor))
|
||||
};
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user