Enforce codestyle

This commit is contained in:
Thomas Nordquist
2019-01-02 16:37:36 +01:00
parent 48aa317c7c
commit 2b7e9a5ef7
24 changed files with 492 additions and 195 deletions

View File

@@ -19,7 +19,7 @@ export class MqttSource implements DataSource<MqttOptions> {
const state = new DataSourceStateMachine()
const client = mqttConnect(options.url, {
resubscribe: false
resubscribe: false,
})
this.client = client