From a3a2ee118e4b07dd3f14e3191f2bbfdfe751b768 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 7 Apr 2018 17:17:19 -0700 Subject: [PATCH] Formatting: add semi-colon to NSCustomResource.j --- Tools/nib2cib/NSCustomResource.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/nib2cib/NSCustomResource.j b/Tools/nib2cib/NSCustomResource.j index 7f4f6d1fc..2d78af3e0 100644 --- a/Tools/nib2cib/NSCustomResource.j +++ b/Tools/nib2cib/NSCustomResource.j @@ -88,7 +88,7 @@ var FILE = require("file"), if (resourceInfo && resourceInfo.path) { // Include subdirectories in the name - match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path) + match = /^.+\/Resources\/(.+)$/.exec(resourceInfo.path); _resourceName = match[1]; } }