style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-13 14:30:15 +00:00
parent e58835aa17
commit e73d5c21c3
34 changed files with 103 additions and 296 deletions

View file

@ -32,10 +32,5 @@ export function makeTestTeacherInvitations(
class: classes[0],
});
return [
teacherInvitation01,
teacherInvitation02,
teacherInvitation03,
teacherInvitation04,
];
return [teacherInvitation01, teacherInvitation02, teacherInvitation03, teacherInvitation04];
}