style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									9895d22521
								
							
						
					
					
						commit
						ee5f69cbc8
					
				
					 20 changed files with 188 additions and 192 deletions
				
			
		|  | @ -15,6 +15,5 @@ export const TEST_STUDENTS = [ | |||
| 
 | ||||
| // 🏗️ Functie die ORM entities maakt uit de data array
 | ||||
| export function makeTestStudents(em: EntityManager<IDatabaseDriver<Connection>>): Student[] { | ||||
|     return TEST_STUDENTS.map(data => em.create(Student, data)); | ||||
|     return TEST_STUDENTS.map((data) => em.create(Student, data)); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action