Skip to content

Commit 73858a1

Browse files
committed
style: fix formatting in font-google-multiple layout
1 parent ed6295c commit 73858a1

File tree

1 file changed

+1
-4
lines changed
  • tests/fixtures/app-basic/app/font-google-multiple

1 file changed

+1
-4
lines changed

tests/fixtures/app-basic/app/font-google-multiple/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ export default function RootLayout({
2323
children: React.ReactNode;
2424
}>) {
2525
return (
26-
<html
27-
lang="en"
28-
className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}
29-
>
26+
<html lang="en" className={`${geistSans.variable} ${geistMono.variable} h-full antialiased`}>
3027
<body className="min-h-full flex flex-col">{children}</body>
3128
</html>
3229
);

0 commit comments

Comments
 (0)