chore: fix clang-tidy warnings (#38079)
* chore: fix clang-tidy warnings * refactor: avoid need for NOLINTNEXTLINE
This commit is contained in:
parent
fe5cdd39d6
commit
08593fd2bd
20 changed files with 41 additions and 37 deletions
|
@ -46,7 +46,7 @@ void GetDataListSuggestions(const blink::WebInputElement& element,
|
|||
if (option.Value() != option.Label())
|
||||
labels->push_back(option.Label().Utf16());
|
||||
else
|
||||
labels->push_back(std::u16string());
|
||||
labels->emplace_back();
|
||||
}
|
||||
|
||||
TrimStringVectorForIPC(values);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue