more clang-tidy fixes after re-running it with added settings
This commit is contained in:
@ -166,7 +166,7 @@ ValueTokenizer PotentialFileReader::next_values(int nparams, const std::string &
|
||||
} catch (FileReaderException &e) {
|
||||
error->one(FLERR, e.what());
|
||||
}
|
||||
return ValueTokenizer("");
|
||||
return {""};
|
||||
}
|
||||
|
||||
/** Read next line and convert first word to a double
|
||||
|
||||
Reference in New Issue
Block a user