style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-11 03:46:02 +00:00
parent 28e0a7b45d
commit 75d80f65f5
3 changed files with 54 additions and 57 deletions

View file

@ -1 +1 @@
type PointOfView = {type: "student", student: Student} | {type: "group", group: Group};
type PointOfView = { type: 'student'; student: Student } | { type: 'group'; group: Group };