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 e9020ca according to the output
from Prettier and StandardJS.

Details: #297
  • Loading branch information
deepsource-autofix[bot] committed Apr 11, 2024
1 parent e9020ca commit c884877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import createJiti from 'jiti'
import {fileURLToPath} from 'node:url'
import { fileURLToPath } from 'node:url'
import withBundleAnalyzer from '@next/bundle-analyzer'
import withPWAInit from '@ducanh2912/next-pwa'
import {withAxiom} from 'next-axiom'
import { withAxiom } from 'next-axiom'

const withPWA = withPWAInit({
dest: 'public',
Expand Down

0 comments on commit c884877

Please sign in to comment.