made style worse for consistency

这个提交包含在:
tigerbot 2017-06-09 16:03:12 -06:00
父节点 d12c06999e
当前提交 e96ebfc1fc
共有 2 个文件被更改,包括 3 次插入4 次删除

查看文件

@ -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);
});

查看文件

@ -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
});
}
}