mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -178,7 +178,7 @@ public static partial class Modes
|
||||
|
||||
if(length != modeResponse.Length) return decoded;
|
||||
|
||||
List<ModePage> listpages = new();
|
||||
List<ModePage> listpages = [];
|
||||
|
||||
while(offset < modeResponse.Length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user