Skip to content

Commit 84badbe

Browse files
committed
run prettier
1 parent 5c80f50 commit 84badbe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/nextjs-14_2_1/app/globals.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ a {
1515
color: inherit;
1616
text-decoration: none;
1717
}
18-
19-

apps/nextjs-14_2_1/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { withSentryConfig } from "@sentry/nextjs"
1+
import { withSentryConfig } from '@sentry/nextjs';
22

33
/** @type {import('next').NextConfig} */
44
const nextConfig = {};

0 commit comments

Comments
 (0)