Remove indentation
This commit is contained in:
parent
4cc1aa491e
commit
f462562ab7
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
#include "env_base.hpp"
|
#include "env_base.hpp"
|
||||||
|
|
||||||
namespace duck {
|
namespace duck {
|
||||||
bool EnvBase::empty() const noexcept {
|
bool EnvBase::empty() const noexcept {
|
||||||
return 0 == this->size();
|
return 0 == this->size();
|
||||||
}
|
}
|
||||||
} //namespace duck
|
} //namespace duck
|
||||||
|
|
Loading…
Reference in a new issue