From 063d52a4b71235c735e2b2185ec577e165a18ccc Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Wed, 31 Jan 2018 16:29:56 -0500 Subject: [PATCH] Indent fix --- javascript/i18n/phonenumbers/phonenumbermatcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/i18n/phonenumbers/phonenumbermatcher.js b/javascript/i18n/phonenumbers/phonenumbermatcher.js index ae9c533be..812788670 100644 --- a/javascript/i18n/phonenumbers/phonenumbermatcher.js +++ b/javascript/i18n/phonenumbers/phonenumbermatcher.js @@ -481,7 +481,7 @@ i18n.phonenumbers.PhoneNumberMatcher.prototype.extractInnerMatch = function(cand } group = trimAfterFirstMatch( i18n.phonenumbers.PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN_, - groupMatch[1] + groupMatch[1] ); match = this.parseAndVerify(group, offset + groupMatch.index); if (match != null) {