Fix identation

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-06-03 16:57:58 -07:00
parent 2a41a3dedf
commit d24f4cf2ac

View File

@@ -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;
}