Add trailing comma

Better practice, and prevents <Arcodion> from being diff'd as a changed line.
This commit is contained in:
cloak1505
2025-03-07 12:39:10 -06:00
committed by GitHub
parent de5ce61f3a
commit e1c43e5a8e

View File

@@ -63,7 +63,7 @@
"Hyperbolic 2",
"Lynn 2",
"Lynn",
"Reflection"
"Reflection",
].sort((a, b) => a.localeCompare(b));
</script>