style: fix linting issues met Prettier
This commit is contained in:
parent
0e70ccf672
commit
fc4e406845
4 changed files with 20 additions and 20 deletions
|
@ -31,7 +31,7 @@ export function makeTestTeachers(em: EntityManager): Teacher[] {
|
|||
const teacher05 = em.create(Teacher, {
|
||||
username: 'testleerkracht1',
|
||||
firstName: 'Bob',
|
||||
lastName: 'Dylan'
|
||||
lastName: 'Dylan',
|
||||
});
|
||||
|
||||
return [teacher01, teacher02, teacher03, teacher04, teacher05];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue