[ci] format

This commit is contained in:
matthewp 2022-09-23 17:29:01 +00:00 committed by fredkbot
parent 49ca9e1291
commit 32f489b136

View file

@ -10,7 +10,7 @@ export class HTMLBytes extends Uint8Array {}
Object.defineProperty(HTMLBytes.prototype, Symbol.toStringTag, { Object.defineProperty(HTMLBytes.prototype, Symbol.toStringTag, {
get() { get() {
return 'HTMLBytes'; return 'HTMLBytes';
} },
}); });
/** /**