Remove newline.

This commit is contained in:
mahsaro
2015-08-04 22:11:51 +01:00
parent e53f29a515
commit a97cbb5e98

View File

@@ -45,7 +45,6 @@ namespace Orchard.Alias.Controllers {
if (options == null)
options = new AdminIndexOptions();
var aliases = _aliasHolder.GetMaps().SelectMany(x => x.GetAliases()).Where(x => !x.IsManaged);
if (!String.IsNullOrWhiteSpace(options.Search)) {