refactor: Remove unecessary spaces
This commit is contained in:
@@ -236,7 +236,6 @@ static deliveryAssignments::iterator selectDeliveryAssignmentFromList(deliveryAs
|
||||
return assignmentIterator;
|
||||
}
|
||||
|
||||
|
||||
static bool isPhoneNumberValid(const std::string& phoneNumber) {
|
||||
if (phoneNumber.size() != 10)
|
||||
{
|
||||
@@ -270,7 +269,6 @@ void FoodDeliveryController::loadUsers()
|
||||
m_users = userDatabase.load();
|
||||
}
|
||||
|
||||
|
||||
void FoodDeliveryController::loadRestaurants(objects<MenuItem>& menuItems)
|
||||
{
|
||||
FileDatabase<Restaurant> restaurantDatabase(RESTAURANTS_FILE);
|
||||
|
||||
Reference in New Issue
Block a user