Skip to content

Commit

Permalink
Fixed the error by adding '}' to end of function
Browse files Browse the repository at this point in the history
  • Loading branch information
jessleathe authored Feb 8, 2024
1 parent 128645d commit f9e8b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/phone/Phone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit f9e8b36

Please sign in to comment.