Merge pull request #9 from Sebastian-Maier/fix_whitespace

Whitespace fixes
This commit is contained in:
Serge Wagener 2020-10-20 14:26:43 +02:00 committed by GitHub
commit fed84cb1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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_port = port;
}
SmartHomeNGConnection.prototype.init = function () {