Fix syntax error

This commit is contained in:
Roman Hotsiy 2016-11-02 09:05:00 +02:00
parent fe53a3d7d0
commit 1db46b4501
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -71,5 +71,4 @@ export class OptionsService {
if (isString(this._options.suppressWarnings)) this._options.suppressWarnings = true;
if (isString(this._options.hideHostname)) this._options.hideHostname = true;
}
}
}