chore(server): prettify files

This commit is contained in:
a.bouhuolia
2023-02-07 20:25:22 +02:00
parent 2e3b2cbf92
commit f2e1efcb45
7 changed files with 12 additions and 29 deletions

View File

@@ -6,4 +6,4 @@ class HttpException extends Error {
this.status = status;
this.message = message;
}
}
}