Remove indentation

This commit is contained in:
King_DuckZ 2020-04-13 14:35:46 +02:00
parent 4cc1aa491e
commit f462562ab7

View file

@ -18,7 +18,7 @@
#include "env_base.hpp"
namespace duck {
bool EnvBase::empty() const noexcept {
return 0 == this->size();
}
bool EnvBase::empty() const noexcept {
return 0 == this->size();
}
} //namespace duck