mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 20:43:49 -06:00
Removes unecessary whitespace.
This commit is contained in:
parent
43d82a232c
commit
6c70d2938d
@ -108,6 +108,7 @@ namespace{
|
|||||||
if (it == type_map_.end()) {
|
if (it == type_map_.end()) {
|
||||||
OPM_THROW(std::runtime_error, "Unknown PCType: '" << type << "'");
|
OPM_THROW(std::runtime_error, "Unknown PCType: '" << type << "'");
|
||||||
}
|
}
|
||||||
|
|
||||||
return it->second;
|
return it->second;
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user