diff --git a/src/modules/phone/Phone.cpp b/src/modules/phone/Phone.cpp index 843a2b652..7edd3f733 100644 --- a/src/modules/phone/Phone.cpp +++ b/src/modules/phone/Phone.cpp @@ -99,3 +99,4 @@ std::string Phone::areaCode(const std::string& phoneNumber) //returns an empty string if no country code is found, otherwise return the country code return countryCode == "+" ? "" : countryCode; } +}