From 36702bc97119531d01da918de0f38f6ed66e85e1 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 3 Apr 2018 12:15:04 -0700 Subject: [PATCH] Formatting: add missing semi-colon to CGContextVML --- AppKit/CoreGraphics/CGContextVML.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CoreGraphics/CGContextVML.j b/AppKit/CoreGraphics/CGContextVML.j index d8431a857..8bb35f649 100644 --- a/AppKit/CoreGraphics/CGContextVML.j +++ b/AppKit/CoreGraphics/CGContextVML.j @@ -242,7 +242,7 @@ function CGContextDrawPath(aContext, aMode) vml.push("\">"); if (gState.gradient) - vml.push(gState.gradient) + vml.push(gState.gradient); else if (fill) {