Minor re-format
This commit is contained in:
parent
481e2d9058
commit
e9429ba246
|
@ -3,7 +3,8 @@
|
||||||
using namespace google::protobuf;
|
using namespace google::protobuf;
|
||||||
using namespace i18n::phonenumbers;
|
using namespace i18n::phonenumbers;
|
||||||
|
|
||||||
PhoneNumberTooLongException::PhoneNumberTooLongException(const PhoneNumber& number, const char* msg) : _number(number), std::runtime_error(msg) {};
|
PhoneNumberTooLongException::PhoneNumberTooLongException(const PhoneNumber& number, const char* msg) :
|
||||||
|
_number(number), std::runtime_error(msg) {};
|
||||||
|
|
||||||
const PhoneNumberUtil* const PhoneNumberTooLongException::phoneUtil = PhoneNumberUtil::GetInstance();
|
const PhoneNumberUtil* const PhoneNumberTooLongException::phoneUtil = PhoneNumberUtil::GetInstance();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue