mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Remove extra line.
This commit is contained in:
@@ -49,6 +49,5 @@ namespace Orchard.Alias.Recipes.Builders {
|
|||||||
root.Add(aliasElement);
|
root.Add(aliasElement);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,6 @@ using Orchard.Logging;
|
|||||||
using Orchard.Recipes.Models;
|
using Orchard.Recipes.Models;
|
||||||
using Orchard.Recipes.Services;
|
using Orchard.Recipes.Services;
|
||||||
|
|
||||||
|
|
||||||
namespace Orchard.Alias.Recipes.Executors {
|
namespace Orchard.Alias.Recipes.Executors {
|
||||||
public class AliasStep : RecipeExecutionStep {
|
public class AliasStep : RecipeExecutionStep {
|
||||||
private readonly IAliasService _aliasService;
|
private readonly IAliasService _aliasService;
|
||||||
@@ -50,7 +49,6 @@ namespace Orchard.Alias.Recipes.Executors {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_aliasService.Set(aliasPath, rvd, "Custom", false);
|
_aliasService.Set(aliasPath, rvd, "Custom", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -60,6 +58,5 @@ namespace Orchard.Alias.Recipes.Executors {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user