[MIRROR] Code cleanup: Sorting (#27596)

* Code cleanup: Sorting

* Fixes

---------

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Waterpig <wtryoutube@seznam.cz>
This commit is contained in:
SkyratBot
2024-05-05 06:51:43 +00:00
committed by GitHub
co-authored by Jeremiah Waterpig
parent a992f9f468
commit 483236f32a
17 changed files with 108 additions and 73 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ PROCESSING_SUBSYSTEM_DEF(dcs)
fullid += REF(key)
if(named_arguments)
named_arguments = sortTim(named_arguments, GLOBAL_PROC_REF(cmp_text_asc))
sortTim(named_arguments, GLOBAL_PROC_REF(cmp_text_asc))
fullid += named_arguments
return list2params(fullid)