mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
chore: run format
This commit is contained in:
@@ -9,7 +9,7 @@ interface LabelerData {
|
||||
|
||||
function sortYAMLObject(yaml: Record<string, string[]>) {
|
||||
const sortedYAML: typeof yaml = {};
|
||||
for (const key of Object.keys(yaml).sort((a, b) => a.localeCompare(b))) sortedYAML[key] = yaml[key]!;
|
||||
for (const key of Object.keys(yaml).sort((a, b) => a.localeCompare(b))) {sortedYAML[key] = yaml[key]!;}
|
||||
return sortedYAML;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user