Fix final issues with longpress. Update all files to use correct encoding and ran through CodeMaid.

This commit is contained in:
ahjephson
2025-10-20 14:54:31 +01:00
parent 1f606b4449
commit 7db4f2f78d
55 changed files with 82 additions and 87 deletions

View File

@@ -1,6 +1,5 @@
using Lantean.QBTMud.Helpers;
using Lantean.QBTMud.Helpers;
using Lantean.QBTMud.Models;
using System.Linq;
namespace Lantean.QBTMud.Services
{
@@ -2135,4 +2134,4 @@ namespace Lantean.QBTMud.Services
return new RssList(feeds, articles);
}
}
}
}