Skip to content

Commit

Permalink
style: add 1 space to pass lint and format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seandreassen committed Oct 28, 2024
1 parent 4e9f6df commit f660846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(default)/shift-schedule/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getTranslations, setRequestLocale } from 'next-intl/server';

type ShiftScheduleLayoutProps = {
children: React.ReactNode;
params: Promise<{ locale: string}>;
params: Promise<{ locale: string }>;
};

export default async function ShiftScheduleLayout({
Expand Down

0 comments on commit f660846

Please sign in to comment.