Skip to content

Commit 791192b

Browse files
committed
fix prettier
1 parent 3e83c13 commit 791192b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/utils/Translator/Translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ abstract class Translator {
7070
if (!TRANSLATABLE_ATTRIBUTES.includes(normalizedAttrName)) {
7171
attributes.push(`${normalizedAttrName}="${attrValue ?? ''}"`);
7272
}
73-
})
73+
});
7474
}
7575

7676
return {

0 commit comments

Comments
 (0)