Fix whitespace

This commit is contained in:
Sebastian Maier 2020-10-13 04:08:26 +02:00
parent 0155a5557e
commit 988d2ada35
2 changed files with 103 additions and 104 deletions

View File

@ -14,7 +14,6 @@ function SmartHomeNGConnection(platform, log, host, port) {
this.shng_host = host; this.shng_host = host;
this.shng_port = port; this.shng_port = port;
} }
SmartHomeNGConnection.prototype.init = function () { SmartHomeNGConnection.prototype.init = function () {