Trivial white space

This commit is contained in:
Joakim Hove 2020-11-05 14:12:44 +01:00
parent b9b918defa
commit 1dc6545bab

View File

@ -2344,7 +2344,7 @@ void reportUnsupportedKeywords(std::vector<Opm::SummaryConfigNode> keywords)
for (auto node = keywords.begin(); node != uend; ++node) {
const auto& location = node->location();
Opm::OpmLog::warning(Opm::OpmInputError::format("Unhandled summary keyword {keyword}\n"
"In {file} line {line}", location));
"In {file} line {line}", location));
}
}