style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-23 09:03:14 +00:00
parent 7823c45851
commit 5e65a737cf

View file

@ -1,4 +1,4 @@
import {Cascade, Collection, Entity, ManyToMany, ManyToOne, PrimaryKey} from '@mikro-orm/core';
import { Cascade, Collection, Entity, ManyToMany, ManyToOne, PrimaryKey } from '@mikro-orm/core';
import { Assignment } from './assignment.entity.js';
import { Student } from '../users/student.entity.js';
import { GroupRepository } from '../../data/assignments/group-repository.js';