style: fix linting issues met Prettier
This commit is contained in:
parent
28e0a7b45d
commit
75d80f65f5
3 changed files with 54 additions and 57 deletions
|
@ -1 +1 @@
|
|||
type PointOfView = {type: "student", student: Student} | {type: "group", group: Group};
|
||||
type PointOfView = { type: 'student'; student: Student } | { type: 'group'; group: Group };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue