Fixed indentation

This commit is contained in:
Matt Varblow
2015-12-15 16:09:24 -05:00
parent 67dd5abc31
commit 4362b00da1

View File

@@ -34,7 +34,7 @@ namespace Orchard.Host {
[SecurityCritical]
public override object InitializeLifetimeService() {
// never expire the cross-AppDomain lease on this object
// never expire the cross-AppDomain lease on this object
return null;
}