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

View File

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