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");
|
var assembly = Assembly.Load("Orchard.Web");
|
||||||
return new ExtensionEntry {
|
return new ExtensionEntry {
|
||||||
Descriptor = descriptor,
|
Descriptor = descriptor,
|
||||||
Assembly = assembly,
|
Assembly = assembly,
|
||||||
ExportedTypes = assembly.GetExportedTypes().Where(x => IsTypeFromModule(x, descriptor))
|
ExportedTypes = assembly.GetExportedTypes().Where(x => IsTypeFromModule(x, descriptor))
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user