mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
Remove extra spaces
--HG-- branch : dev
This commit is contained in:
@@ -4,8 +4,8 @@ using Orchard.Logging;
|
||||
namespace Orchard {
|
||||
public interface IDependency {
|
||||
}
|
||||
|
||||
public interface ISingletonDependency : IDependency {
|
||||
|
||||
public interface ISingletonDependency : IDependency {
|
||||
}
|
||||
|
||||
public interface ITransientDependency : IDependency {
|
||||
|
||||
Reference in New Issue
Block a user