Remove extra ";"

--HG--
branch : 1.x
This commit is contained in:
Renaud Paquay
2011-06-01 11:59:18 -07:00
parent 1c400dbd69
commit a721f20802
3 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ namespace Orchard.Tests.Modules.XmlRpc.Controllers {
var thing2 = new StubHandler();
var builder = new ContainerBuilder();
//builder.RegisterModule(new ImplicitCollectionSupportModule()); ;
//builder.RegisterModule(new ImplicitCollectionSupportModule());
builder.RegisterType<HomeController>();
builder.RegisterType<XmlRpcReader>().As<IMapper<XElement, XRpcMethodCall>>();
builder.RegisterType<XmlRpcWriter>().As<IMapper<XRpcMethodResponse, XElement>>();