remove extra newlines
This commit is contained in:
parent
66cfa942e7
commit
6f6ded53bd
|
@ -367,8 +367,4 @@ export class AppController {
|
||||||
html(@Body('email') email: string, @Body('name') name: string) {
|
html(@Body('email') email: string, @Body('name') name: string) {
|
||||||
return this.appService.html(email, name);
|
return this.appService.html(email, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue