Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in d54a752 according to the output
from Prettier and StandardJS.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Dec 28, 2023
1 parent d54a752 commit 6489283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.mjs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6489283

Please sign in to comment.