-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Code inside {} brackets is missing indent. After lambda function code style of brackets is different then in rest of file.
Lines 23 to 28 in 4833021
| { | |
| std::sort(peopleBase_.begin(), peopleBase_.end(), | |
| [](Person* lh, Person* rh){ | |
| return lh->getLastName() < rh->getLastName(); | |
| }); | |
| } |
Lines 31 to 36 in 4833021
| { | |
| std::sort(peopleBase_.begin(), peopleBase_.end(), | |
| [](Person* lh, Person* rh){ | |
| return lh->getPesel() < rh->getPesel(); | |
| }); | |
| } |
ziobron
Metadata
Metadata
Assignees
Labels
No labels