removed newline

This commit is contained in:
Robin Müller 2020-12-27 12:59:25 +01:00
parent e24e50b5ee
commit 39887db8d2
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ PoolDataSetBase::PoolDataSetBase(PoolVariableIF** registeredVariablesArray,
PoolDataSetBase::~PoolDataSetBase() {}
ReturnValue_t PoolDataSetBase::registerVariable(
PoolVariableIF *variable) {
if (state != States::STATE_SET_UNINITIALISED) {