chore: coding style fixes

This commit is contained in:
Julien Fontanet
2018-04-05 15:53:57 +02:00
parent da62cba3f8
commit 7400bd657a
18 changed files with 157 additions and 148 deletions
@@ -58,7 +58,8 @@ export const configurationSchema = {
},
port: {
type: 'integer',
description: 'port of the SMTP server (defaults to 25 or 465 for TLS)',
description:
'port of the SMTP server (defaults to 25 or 465 for TLS)',
},
secure: {
default: false,