Fix pedantic compile issue. (#500)

This commit is contained in:
Arthur Sonzogni 2022-10-16 10:45:11 +02:00 committed by GitHub
parent f692a50195
commit 26d63bc56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ bool IsWordCharacter(WordBreakProperty property) {
return false; return false;
}; };
return true; // NOT_REACHED(); return true; // NOT_REACHED();
}; }
std::string PasswordField(size_t size) { std::string PasswordField(size_t size) {
std::string out; std::string out;