Use sane switch style :)

This commit is contained in:
Bryan Ashby 2016-08-03 22:43:06 -06:00
parent f024527db1
commit 33f0553ea9
11 changed files with 223 additions and 222 deletions

View file

@ -564,7 +564,7 @@ function persistMessage(message, cb) {
},
function recordToMessageNetworks(callback) {
msgNetRecord(message, callback);
}
}
],
cb
);