Add trailing comma
Better practice, and prevents <Arcodion> from being diff'd as a changed line.
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
"Hyperbolic 2",
|
"Hyperbolic 2",
|
||||||
"Lynn 2",
|
"Lynn 2",
|
||||||
"Lynn",
|
"Lynn",
|
||||||
"Reflection"
|
"Reflection",
|
||||||
].sort((a, b) => a.localeCompare(b));
|
].sort((a, b) => a.localeCompare(b));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user