style: reformat after editorconfig change

This commit is contained in:
winston 2022-12-29 20:29:09 +01:00
parent a04bd7869c
commit ec883a880b
No known key found for this signature in database
GPG key ID: 3786770EDBC2B481

View file

@ -11,7 +11,7 @@ type Color = {
type Palette = Record<string, Color>;
const library: Palette[] = JSON.parse(
await Deno.readTextFile("../palette.json")
await Deno.readTextFile("../palette.json"),
);
for (const palette in library) {