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"
|
||||
|
||||
namespace duck {
|
||||
bool EnvBase::empty() const noexcept {
|
||||
return 0 == this->size();
|
||||
}
|
||||
bool EnvBase::empty() const noexcept {
|
||||
return 0 == this->size();
|
||||
}
|
||||
} //namespace duck
|
||||
|
|
Loading…
Reference in a new issue