From 321a0b5981714f536b630e4e5c11e95a53c4b6cc Mon Sep 17 00:00:00 2001 From: indaco Date: Sun, 5 May 2024 14:38:08 +0200 Subject: [PATCH] chore: format devbox.json --- devbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox.json b/devbox.json index a87fa4c..6cecdac 100644 --- a/devbox.json +++ b/devbox.json @@ -15,7 +15,7 @@ "scripts": { "build": ["make build"], "templ": ["make templ"], - "test": ["make test"] + "test": ["make test"] } } }