From a46933b6427e7dbe1d325ac7e6626bffd71819f5 Mon Sep 17 00:00:00 2001 From: "David Humphrey (:humph) david.humphrey@senecacollege.ca" Date: Thu, 1 Feb 2018 12:38:51 -0500 Subject: [PATCH] Fix indent --- 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 812788670..a53485746 100644 --- a/javascript/i18n/phonenumbers/phonenumbermatcher.js +++ b/javascript/i18n/phonenumbers/phonenumbermatcher.js @@ -254,7 +254,7 @@ i18n.phonenumbers.PhoneNumberMatcher = function(util, text, country, leniency, m throw new Error('maxTries must be greater than 0'); } - /** The phone number utility. */ + /** The phone number utility. */ this.phoneUtil = util; /** The text searched for phone numbers. */ this.text = text || '';