Browse Source

Indent fix

pull/2107/head
David Humphrey 8 years ago
parent
commit
063d52a4b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      javascript/i18n/phonenumbers/phonenumbermatcher.js

+ 1
- 1
javascript/i18n/phonenumbers/phonenumbermatcher.js View File

@ -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) {


Loading…
Cancel
Save