formating fix

This commit is contained in:
Martin Gjoshevski
2017-09-08 23:05:04 +02:00
parent 1295112456
commit f11b30afda
@@ -10,5 +10,5 @@ hubProxy.on('message', (message) => {
// connect
connection.start({ jsonp: true })
.done( () => { console.log('Now connected, connection ID=' + connection.id); })
.fail( () =>{ console.log('Could not connect'); });
.done(() => { console.log('Now connected, connection ID=' + connection.id); })
.fail(() => { console.log('Could not connect'); });