From 6ed81e871f824800d172d6675c93cbb046db1c90 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Fri, 7 Mar 2025 21:14:47 -0600 Subject: [PATCH] fmt --- deno/deno.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deno/deno.json b/deno/deno.json index 68a8d4b..4d3c22e 100644 --- a/deno/deno.json +++ b/deno/deno.json @@ -1,7 +1,7 @@ { - "compilerOptions": { - "lib": ["deno.ns", "dom"] - }, + "compilerOptions": { + "lib": ["deno.ns", "dom"] + }, "tasks": { "dev": "deno run --watch main.ts" },