Skip to content

Commit f8d2aab

Browse files
committed
format & lint
1 parent 7f36dd0 commit f8d2aab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/app/jobs/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { PropsWithChildren } from "react";
22

33
export default function JobsLayout({ children }: PropsWithChildren) {
4-
return (
5-
<div className="max-w-7xl mx-auto">{children}</div>
6-
);
4+
return <div className="max-w-7xl mx-auto">{children}</div>;
75
}

0 commit comments

Comments
 (0)