diff --git a/lib/services/options.service.ts b/lib/services/options.service.ts index d1c6dd43..183bfb3d 100644 --- a/lib/services/options.service.ts +++ b/lib/services/options.service.ts @@ -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; } - } }