From df96558335782a39ef4b2df9bdbee0612ec63eed Mon Sep 17 00:00:00 2001 From: chrisdias Date: Mon, 15 Jan 2018 17:40:10 -0800 Subject: [PATCH] hygene --- src/vs/platform/contextkey/common/contextkey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/platform/contextkey/common/contextkey.ts b/src/vs/platform/contextkey/common/contextkey.ts index f578e60070a..5461a40cf07 100644 --- a/src/vs/platform/contextkey/common/contextkey.ts +++ b/src/vs/platform/contextkey/common/contextkey.ts @@ -366,7 +366,7 @@ export class ContextKeyGlobExpr implements ContextKeyExpr { } public evaluate(context: IContext): boolean { - return match(this.value, context.getValue(this.key)) + return match(this.value, context.getValue(this.key)); } public normalize(): ContextKeyExpr {