format code and improve readability across files (#47)
Reviewed-on: http://git.simonis.lol/angular/ems-frontend/pulls/47 Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me> Co-committed-by: Jan-Marlon Leibl <jleibl@proton.me>
This commit is contained in:
committed by
Hop In, I Have Puppies AND WiFi

parent
26ba6b1054
commit
0be39d98ec
@ -1,4 +1,6 @@
|
||||
export class Qualification {
|
||||
constructor(public id: number, public skill?: string) {
|
||||
}
|
||||
constructor(
|
||||
public id: number,
|
||||
public skill?: string,
|
||||
) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user