From 5ce1352f5342887e0becc0580430ff59ff446dd7 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Tue, 25 Jul 2017 11:18:03 +0100 Subject: [PATCH] Add semi-colon --- lib/utils/spec-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/spec-manager.ts b/lib/utils/spec-manager.ts index 6a04f5e6..4723c31b 100644 --- a/lib/utils/spec-manager.ts +++ b/lib/utils/spec-manager.ts @@ -147,7 +147,7 @@ export class SpecManager { } } return null; - } + }; let securityParams = this.byPointer(operationPtr) || []; let scopes = [];