From 1db46b45012e77c36731ff5c38272281ce7b94b9 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 2 Nov 2016 09:05:00 +0200 Subject: [PATCH] Fix syntax error --- lib/services/options.service.ts | 1 - 1 file changed, 1 deletion(-) 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; } - } }