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:
@@ -66,7 +66,7 @@ public class UserManual
|
||||
|
||||
if(cicm.Language is null) return manual;
|
||||
|
||||
manual.Language = new List<Language>();
|
||||
manual.Language = [];
|
||||
|
||||
foreach(LanguagesTypeLanguage lng in cicm.Language) manual.Language.Add((Language)lng);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user