made style worse for consistency

This commit is contained in:
tigerbot 2017-06-09 16:03:12 -06:00
parent d12c06999e
commit e96ebfc1fc
2 changed files with 3 additions and 4 deletions

View File

@ -228,8 +228,7 @@ function fillConfig(config, args) {
function (bound) {
config.tcp.bind = bound;
return config;
},
function (failed) {
}, function (failed) {
Object.keys(failed).forEach(function (key) {
console.log('[error bind]', key, failed[key].code);
});

View File

@ -32,8 +32,8 @@ function create(conf) {
config: {
save: function (changes) {
process.send({
type: 'com.daplie.goldilocks.config-change',
changes: changes
type: 'com.daplie.goldilocks.config-change'
, changes: changes
});
}
}