style: fix linting issues met Prettier
This commit is contained in:
parent
01b40992e2
commit
80939cd93c
7 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
import { StudentDTO } from './student';
|
||||
import {ClassJoinRequestStatus} from "../util/class-join-request";
|
||||
import { ClassJoinRequestStatus } from '../util/class-join-request';
|
||||
|
||||
export interface ClassJoinRequestDTO {
|
||||
requester: StudentDTO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue