From 64892836cc040f9f8397603b432cb65cb8767c58 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 00:09:10 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in d54a752 according to the output from Prettier and StandardJS. Details: None --- src/env.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env.mjs b/src/env.mjs index a111fcc3..bd0ddb72 100644 --- a/src/env.mjs +++ b/src/env.mjs @@ -1,4 +1,4 @@ -import {z} from 'zod' +import { z } from 'zod' /** * Specify your server-side environment variables schema here. This way you can ensure the app isn't