style: reformat after editorconfig change
This commit is contained in:
parent
a04bd7869c
commit
ec883a880b
1 changed files with 12 additions and 12 deletions
|
@ -11,7 +11,7 @@ type Color = {
|
||||||
type Palette = Record<string, Color>;
|
type Palette = Record<string, Color>;
|
||||||
|
|
||||||
const library: Palette[] = JSON.parse(
|
const library: Palette[] = JSON.parse(
|
||||||
await Deno.readTextFile("../palette.json")
|
await Deno.readTextFile("../palette.json"),
|
||||||
);
|
);
|
||||||
|
|
||||||
for (const palette in library) {
|
for (const palette in library) {
|
||||||
|
|
Loading…
Reference in a new issue