mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Remove newline.
This commit is contained in:
@@ -45,7 +45,6 @@ namespace Orchard.Alias.Controllers {
|
|||||||
if (options == null)
|
if (options == null)
|
||||||
options = new AdminIndexOptions();
|
options = new AdminIndexOptions();
|
||||||
|
|
||||||
|
|
||||||
var aliases = _aliasHolder.GetMaps().SelectMany(x => x.GetAliases()).Where(x => !x.IsManaged);
|
var aliases = _aliasHolder.GetMaps().SelectMany(x => x.GetAliases()).Where(x => !x.IsManaged);
|
||||||
|
|
||||||
if (!String.IsNullOrWhiteSpace(options.Search)) {
|
if (!String.IsNullOrWhiteSpace(options.Search)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user