more clang-tidy fixes after re-running it with added settings
This commit is contained in:
@ -215,5 +215,5 @@ ValueTokenizer TextFileReader::next_values(int nparams, const std::string &separ
|
||||
{
|
||||
char *ptr = next_line(nparams);
|
||||
if (ptr == nullptr) throw EOFException(fmt::format("Missing line in {} file!", filetype));
|
||||
return ValueTokenizer(line, separators);
|
||||
return {line, separators};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user