Removes unecessary whitespace.
This commit is contained in:
@@ -108,6 +108,7 @@ namespace{
|
||||
if (it == type_map_.end()) {
|
||||
OPM_THROW(std::runtime_error, "Unknown PCType: '" << type << "'");
|
||||
}
|
||||
|
||||
return it->second;
|
||||
}
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user