Trivial whitespace change
This commit is contained in:
parent
08b27b3f61
commit
bcb84c7e57
@ -43,7 +43,7 @@ namespace Opm {
|
||||
if ((stringValue == "Z-") || (stringValue == "K-"))
|
||||
return ZMinus;
|
||||
|
||||
throw std::invalid_argument("The string value" + stringValue + " could not be converted to a FaceDir enum value");
|
||||
throw std::invalid_argument("The string value " + stringValue + " could not be converted to a FaceDir enum value");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user