From e810755c00eb2149ab669cf491ec90dc74bd3acf Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:52:11 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 5ea5a63 according to the output from Prettier and StandardJS. Details: https://github.com/The-Creative-Programming-Group/Weather-App/pull/297 --- apps/web/next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index f36edcce..d548de66 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -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',