Fix code style

pull/32/head
HardiReady 2018-03-30 17:57:38 +02:00
parent b09222bd73
commit a375124074
1 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ module.exports = {
db: 'cc-test', db: 'cc-test',
dredd: { dredd: {
env: 'dreddTest', env: 'dreddTest',
port: 3001 port: 3001,
}, },
unit: { unit: {
env: 'unitTest', env: 'unitTest',
port: 3010 port: 3010,
} },
} },
}; };