clang-tidy readability
This commit is contained in:
@@ -23,7 +23,7 @@ void EnterName::init(const std::string &name) {
|
||||
else {
|
||||
name_ = name;
|
||||
position_ = name_.length();
|
||||
position_overflow_ = position_ >= NAME_SIZE ? true : false;
|
||||
position_overflow_ = position_ >= NAME_SIZE;
|
||||
}
|
||||
|
||||
// Inicializa el vector de indices con el nombre y espacios
|
||||
|
||||
Reference in New Issue
Block a user